Standalone Matlab App Runtime Error

2 ビュー (過去 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 Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by