Error using slslicer in command line for model slicing
이전 댓글 표시
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개)
카테고리
도움말 센터 및 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!