Help CenterHelp Center
Create options object for configuring Model Slicer
slsliceroptions
slsliceroptions(model)
slsliceroptions(file)
slsliceroptions(model,opts)
slsliceroptions(file,opts)
example
slsliceroptions creates an options object for configuring the Model Slicer.
slsliceroptions(model) creates a copy of the Model Slicer options object associated with model.
model
slsliceroptions(file) creates a copy of the Model Slicer options object contained in the SLMS file file.
file
slsliceroptions(model,opts) attaches the slicer options opts to the model model by overwriting the existing options.
opts
slsliceroptions(file,opts) attaches the slicer options opts to the SLMS file file by overwriting the existing options.
collapse all
Add a new starting point and a new exclusion point to the active Model Slicer configuration.
Open the f14 example model.
f14
open_system('f14')
Define the options file opts for the model.
opts = slsliceroptions('f14')
Add a new starting point on the Gain block.
Gain
addStartingPoint(opts,'f14/Gain')
Add a new exclusion point on the alpha (rad) block.
alpha (rad)
addExclusionPoint(opts,'f14/alpha (rad)')
Add a starting point and an exclusion point to the active Model Slicer configuration without overwriting the original configuration.
Create a second Model Slicer options configuration for the model.
addConfiguration(opts)
Add a new starting point on the Gain block for the second Model Slicer options configuration.
addStartingPoint(opts.Configuration(2),'f14/Gain')
Add a new exclusion point on the alpha (rad) block for the second Model Slicer options configuration.
addExclusionPoint(opts.Configuration(2),'f14/alpha (rad)')
Name of the model whose Model Slicer options object you configure.
Name of the SLMS file containing the Model Slicer options object that you configure.
Example: slsliceroptions('f14.slms')
slsliceroptions('f14.slms')
Structure containing the options for the Model Slicer configuration.
Introduced in R2015b
slslicertrace
Sie haben auf einen Link geklickt, der diesem MATLAB-Befehl entspricht:
Führen Sie den Befehl durch Eingabe in das MATLAB-Befehlsfenster aus. Webbrowser unterstützen keine MATLAB-Befehle.
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office