modelfinder
Description
modelfinder(
displays a numbered
list of examples, models, and projects available in the databases that match the search term
and prompts you to enter a corresponding number to open any search result. Other options in
the prompt include searchTerm
)q
to quit and m
to see more
results. Search results that appear indented and prefixed with >
are
Simulink® models that are a part of an example or project.
Model Finder supports keyword-based searches and natural language queries. When you enter a search term, Model Finder matches your search term with the metadata of the examples and models indexed in the databases selected for searching. The metadata includes model names, example names, model paths, description, annotation, block names, block types, MathWorks® products, and referenced files.
By default, modelfinder
searches the MathWorks Examples
database. For information on setting search databases
with Model Finder, see modelfinder.setSearchDatabase
.
modelfinder(___,
specifies
search options using one or more name-value arguments in addition to the input argument in
the previous syntax. For example, set Name=Value
)filters
to the name of a ModelFinderFilter
object to narrow down searches based on parameters such as
model locations, block types, or MathWorks products.
Examples
Input Arguments
Name-Value Arguments
Alternatives
You can search databases by using the Model Finder user interface. For more information, see Model Finder.