embedded matlab function in simulink

조회 수: 1 (최근 30일)
Roger
Roger 2013년 4월 27일
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
Ryan Livingston 2013년 5월 6일
Use
hold('on')
Command duality means using the non-function-style:
hold on

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by