Standalone Matlab App Runtime Error

조회 수: 3 (최근 30일)
sincplicity
sincplicity 2024년 10월 1일
댓글: Steven Lord 2024년 10월 2일
I am having issues with my launching the executable of my standalone app. The app has been running without issue in the Matlab environment.
I am receiving the following error message when launching the executable. Line 5192 corresponds to the 'runStartupFcn(app, @startupFcn)' function.
How do I track where this error is comming from?

답변 (1개)

Walter Roberson
Walter Roberson 2024년 10월 2일
The function https://www.mathworks.com/help/stateflow/ref/boolean.html boolean() is part of stateflow, which cannot be compiled.
  댓글 수: 1
Steven Lord
Steven Lord 2024년 10월 2일
If you meant to create an array of true and/or false values, you can instead:
  • Use the true or false functions, or
  • Use the logical function, or
  • Use relational operators like <, <=, >, >=, etc.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by