embedded matlab function in simulink

Hey, I can not use the command "hold on" in an embedded matlab function in simulink. The compiler says: "Command-duality is not supported". Why is that and what can I do?

Antworten (1)

Ryan Livingston
Ryan Livingston am 6 Mai 2013

0 Stimmen

Use
hold('on')
Command duality means using the non-function-style:
hold on

Kategorien

Mehr zu Simulink Coder finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 27 Apr. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by