How can I add an input to a Stateflow chart?
Show older comments
I've been using the Stateflow library, but I can't create an input to a chart with the API.
sfnew('MyChart');
root = sfroot;
blockDiagram = root.find('-isa','Simulink.BlockDiagram');
chart2 = blockDiagram.find('-isa','Stateflow.Chart');
How can I add an input to the chart? I've tried the add_param function but without success...
Thanks
1 Comment
João
on 27 Mar 2014
Answers (0)
Categories
Find more on Simulink Functions 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!