embedded matlab function in simulink
Mostra commenti meno recenti
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?
Risposte (1)
Ryan Livingston
il 6 Mag 2013
Use
hold('on')
Command duality means using the non-function-style:
hold on
Categorie
Scopri di più su Simulink Coder in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!