How can I open Stateflow Charts in new window using configuration?

1 次查看(过去 30 天)
I have been using Simulink/Stateflow (MATLAB 2016b/ 2014b).
I would like to know configuration to open the Stateflow Charts in new windows.
(Not simulink window)
Of course I know how to use the right button of mouse and how to use the shitf key.
But I want to know how to set it up through configuration or programatically.
Please let me know!!!

回答(1 个)

Navdeep Singh
Navdeep Singh 2017-8-2
This can be done using open_system command. Refer documentation here.
If you have a .slx model named 'myModel' with stateflow chart named 'Chart'. Running following commands in matlab will open up the chart in a new window:
>> load_system('myModel')
>> open_system('myModel/Chart','window')
  1 个评论
Aditya Kaki
Aditya Kaki 2018-7-25
I am using MATLAB 2016b
Using open_system(path) function the stateflow can be opened but say if the path is specifying a state in a stateflow it fails to open the model.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 복잡한 논리 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!