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 | slsliceroptions
slslicertrace
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
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