How to get a handle of state chart ? and how to read the chart flow using script ?

1 回表示 (過去 30 日間)
Ajay Pherwani
Ajay Pherwani 2013 年 3 月 19 日
回答済み: Jorge Calvo 2021 年 11 月 2 日
1.how can I read the number of charts present in the model ? 2.Also how to read a logic inside the state chart ? ( if we consider there is only state flow with simple if else condition in it )
If i can get any information in any variables/arrays /cell using scripts that would be really helpful !!

回答 (1 件)

Jorge Calvo
Jorge Calvo 2021 年 11 月 2 日
For the first question, try:
>> numel(find(sfroot,"-isa","Stateflow.Chart"))
Asusming that there is only one model loaded in memory, this should give you what you want. If there are other models, you can use find to get a handle on the Stateflow.Machine object that corresponds to the model you want to get information about. For more information about using the Stateflow programatic interface, see https://www.mathworks.com/help/stateflow/api/overview-of-the-stateflow-api.html.
PS. On older versions of MATLAB, try using single quotes instead of double quotes.

カテゴリ

Help Center および File ExchangeStateflow Programmatic Interface についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by