embedded matlab function in simulink

1 vue (au cours des 30 derniers jours)
Roger
Roger le 27 Avr 2013
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?

Réponses (1)

Ryan Livingston
Ryan Livingston le 6 Mai 2013
Use
hold('on')
Command duality means using the non-function-style:
hold on

Catégories

En savoir plus sur Simulink Functions dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by