필터 지우기
필터 지우기

Why do I get the error message "Unrecognized function or variable 'sim'" in my Standalone Excecutable

조회 수: 6 (최근 30일)
I can get a Standalone Executable to work with a simple fprintf statement called from a matlab script. But as soon as a I add a call to a Simulink program:
sim('simulink_test.slx');
I get the error: "Unrecognized function or variable 'sim'". If I run the script from the command window, it works fine.
Not as critical, but I always seem to get the warning "MATLAB:mpath:PathAlterationNotSupported" warning as well.

답변 (1개)

Walter Roberson
Walter Roberson 2023년 3월 23일

카테고리

Help CenterFile Exchange에서 Multicore Processor Targets에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by