Why wouldn't 'StrongDataTypingWithSimulink' for 'Stateflow.Chart' classes be recognized as a property?
Ältere Kommentare anzeigen
I receive an error when I execute the following code:
load_system('sflib');
set_param('sflib','Lock','off');
rt = sfroot;
m = rt.find('-isa','Stateflow.Machine','Name','sflib');
chart = m.findDeep('Chart');
chart(1).StrongDataTypingWithSimulink = 1;
The error message is:
Unrecognized property 'StrongDataTypingWithSimulink' for class 'Stateflow.Chart'.
Why wouldn't this be recognized?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Stateflow Charts finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!