add state flow to simulink model

4 visualizaciones (últimos 30 días)
wenchao zhang
wenchao zhang el 6 de Sept. de 2023
Respondida: wenchao zhang el 6 de Sept. de 2023
when i use following command, try to add chart to simulnik model, error happens, how to resolve this
add_block('Stateflow/Chart',...
[ModelName '/' FunctionName '/' 'ScheduleChart'],'Position',BlockPosition);

Respuesta aceptada

wenchao zhang
wenchao zhang el 6 de Sept. de 2023
use this command works:
add_block('sflib/Chart',...
[ModelName '/' FunctionName '/' 'ScheduleChart'],'Position',BlockPosition);

Más respuestas (0)

Categorías

Más información sobre Simulink Functions en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by