Why wouldn't 'StrongDataTypingWithSimulink' for 'Stateflow.Chart' classes be recognized as a property?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Stateflow Charts in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!