Why wouldn’t ‘StrongDataTypingWithSimulink’ for ‘Stateflow.Chart’ classes be recognized as a property?
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?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? 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? stateflow, simulink MATLAB Answers — New Questions