Standalone App error using Statistical and Machine Learning Toolbox

2 ビュー (過去 30 日間)
Riccardo Crisci
Riccardo Crisci 2021 年 2 月 25 日
Good morning,
I've created an .mlapp file using Machine Learning Toolbox functions inside it. If I run it inside app designer the code works.
If I try to share a standalone app, the packaging and installation are working but the application doesn't run. Is this a problem regarding the Machine Learning toolbox, isn't it?
The code doesn't give any notification of error so I cannot understand where it might be.
  1 件のコメント
Ravikiran Anapagaddi
Ravikiran Anapagaddi 2022 年 11 月 4 日
Can you please let me know the proceedure to convert *.mlapp
file into standardalone application where I want to run application without having MATLAB (by installing runtime compilier)

サインインしてコメントする。

採用された回答

Anshika Chaurasia
Anshika Chaurasia 2021 年 3 月 1 日
Hi,
If your stand-alone does not behave as expected and you are unable to see any error messages or warnings, then proceed as follows in order to debug the runtime behavior:
1. Open a command prompt (DOS / shell).
2. Navigate to the folder that contains your executable using the "cd" command.
3. Start your stand-alone from the command prompt, any error messages or warnings should appear as they usually do in the MATLAB Command Window.
You can also refer to the links given below for more information on toolboxes/functions supported by MATLAB compiler:
You can refer to following link as a reference example to create standalone application from Classification learner app:
Hope it helps!
  1 件のコメント
Riccardo Crisci
Riccardo Crisci 2021 年 3 月 1 日
Thank you so much, now it seems to work fine!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by