Standalone Matlab App Runtime Error

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일

0 개 추천

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.

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

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

질문:

2024년 10월 1일

댓글:

2024년 10월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by