ModelAdvisor.Preferences Class
Namespace: ModelAdvisor
Superclasses:
Set Model Advisor window preferences by specifying which folders and tabs to display
Description
Use instances of this class to set Model Advisor preferences.
Construction
The constructor ModelAdvisor.Preferences
creates
an instance of this class with default property values.
Create an instance modelPreferences
of the ModelAdvisor.Preferences
class.
modelPreferences = ModelAdvisor.Preferences;
Properties
Examples
Turn Off Display Of By Product Folder
This example shows how to not display the By Product folder in the Model Advisor window:
mp = ModelAdvisor.Preferences; mp.load; mp.ShowByProduct = false; mp.save
Version History
Introduced in R2014b