Export Tuning Options and Settings from Fuzzy Logic Designer
You can export tuning options and tunable parameter settings to the MATLAB® workspace. You can then use these options and settings when tuning a FIS
using tunefis
.
For more information on configuring:
Tuning options, see Configure Tuning Options in Fuzzy Logic Designer.
Tunable settings, see Select Rules and Parameters to Tune in Fuzzy Logic Designer.
In Fuzzy Logic Designer, on the Tuning tab, select Export > Export Tuning Options and Settings to Workspace.
The Export Tuning Options and Settings to Workspace dialog box lists the current tuning options and tunable parameter settings in the app.
The Options and Settings column indicates the following options and settings available for export.
tuningOptions
— Tuning options, exported as atunefisOptions
objectinputSettings
— Input variable tunable settings, exported as a vector ofVariableSettings
objectsoutputSettings
— Output variable tunable settings, exported as a vector ofVariableSettings
objectsruleSettings
— Rule tunable settings, exported as a vector ofRuleSettings
objects
In the Export column, select the options or settings that you want to export.
In the Export As column, specify the name of the workspace variables.
Click Export.
The app saves the options and settings as objects in the MATLAB workspace. You can use these objects when tuning a FIS using tunefis
.