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?
답변 (1개)
Ryan Livingston
2013년 5월 6일
Use
hold('on')
Command duality means using the non-function-style:
hold on
카테고리
도움말 센터 및 File Exchange에서 Simulink Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!