Error using slslicer in command line for model slicing
2 次查看(过去 30 天)
显示 更早的评论
Refering to the documentation on this page Programmatically Resolve Unexpected Behavior in a Model with Model Slicer - MATLAB & Simulink - MathWorks India
I am using slslicer to slice my model
For any model when I run
>> open('example.slx')
>> obj = slslicer('example');
>> activate(obj);
Error using SLSlicerAPI.SLSlicer/activate
'example' is incompatible with Model Slicer.
Caused by:
Reference to non-existent field 'initialize'.
I have tried this with different model even simplest inport - Gain - outport. But it gives the same error
I have Simulink Check installed and within license and MATLAB 2020a is installed
0 个评论
采纳的回答
Balavignesh
2024-2-11
Hi Akshay,
It seems that you are facing an issue trying to use Model Slicer for a simulink model in command line. However, you could try opening the Model Slicer directly in 'Simulink'. It should be on the 'Apps' tab, under 'Model Verification,Validation and Test' gallery, and carry out the things you intend to implement.
Have a look at the following documentation link regarding Model Slicer:
Model Slicer: https://www.mathworks.com/help/slcheck/ug/create-a-simplified-standalone-model-using-the-model-slicer-tool.html
Hope that helps!
Balavignesh
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Model Simplification with Dependency Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!