MATLAB Programming Fundamentals - MathWorks

(やまだぃちぅ) #1

Build a Search Database


To make your documentation searchable, create a search database, also referred to as a
search index, using the builddocsearchdb command. When using this command,
specify the complete path to the folder that contains your HTML files.


For example, suppose that your HTML files are in C:\MATLAB\MyToolbox\html. This
command creates a searchable database for those files:


builddocsearchdb('C:\MATLAB\MyToolbox\html')


builddocsearchdb creates a subfolder of C:\MATLAB\MyToolbox\html named
helpsearch-v3, which contains the database files.


You can search for terms in your toolbox from the Search Documentation field in the
Help browser.


Display Custom Documentation
Free download pdf