Standalone Matlab App Runtime Error

3 visualizzazioni (ultimi 30 giorni)
sincplicity
sincplicity il 1 Ott 2024
Commentato: Steven Lord il 2 Ott 2024
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?

Risposte (1)

Walter Roberson
Walter Roberson il 2 Ott 2024
The function https://www.mathworks.com/help/stateflow/ref/boolean.html boolean() is part of stateflow, which cannot be compiled.
  1 Commento
Steven Lord
Steven Lord il 2 Ott 2024
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.

Accedi per commentare.

Categorie

Scopri di più su MATLAB Compiler in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by