No constructor 'Stateflow.State' with matching signature found.

조회 수: 3 (최근 30일)
Lucas S
Lucas S 2019년 7월 4일
편집: Filip Toman 2019년 7월 23일
Hello !
I'm trying to create State block :
chart = add_block('sflib/Chart', 'autoDS/Chart');
state = Stateflow.State(chart);
state.Name = 'CMD_28V_Avion';
open_system('autoDS');
It returns me "No constructor 'Stateflow.State' with matching signature found" error.
How can i fix it please ? I'm pretty sure it's not a syntax error
Thank you !
  댓글 수: 1
Filip Toman
Filip Toman 2019년 7월 23일
편집: Filip Toman 2019년 7월 23일
curr_chart = m.find('-isa', 'Stateflow.Chart', '-and', 'Name', 'chart_if_test_0');
curr_chart.view;
You first need to find the chart, then inspect it with view. I think if you use add_block you are using a Simulink command that probably returns the handler instead of the real object. Afterwards you can use constructors on object curr_chart.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by