필터 지우기
필터 지우기

Standalone application is not working fine

조회 수: 20 (최근 30일)
Saurabh Chaudhary
Saurabh Chaudhary 2020년 12월 6일
댓글: KARUKOLA DIVAKARA RAO 2022년 6월 5일
I and my team we have created an application on app designer, this application uses some .p files and some files from two subfolders. All the files are in the same directory. When we did not compile the application, then it is working fine, and when we make it a standalone application is it opening, but some of the functions are not working, It is giving error sound. For packaging, we are using R2020b. Please, find the link of the video of application, before and after making it a standalone application. During the compilation is it showing dependency warning on .p files.

답변 (1개)

Image Analyst
Image Analyst 2020년 12월 6일
편집: Image Analyst 2020년 12월 6일
Most end-user problems running compiled code have to do with either
  1. them not having the correct runtime library installed,
  2. you forgetting to ship some file (or you put it in the wrong place), or
  3. some kind of path issue (hard coding the wrong path or not using the full path).
See the FAQ for a thorough list:
  댓글 수: 13
Image Analyst
Image Analyst 2022년 6월 3일
@KARUKOLA DIVAKARA RAO Without source code it's hard to tell. I suggest you start your own question and include your .mlapp file and any data files needed to run it. Then I can compile it and test it.
KARUKOLA DIVAKARA RAO
KARUKOLA DIVAKARA RAO 2022년 6월 5일
As you mentioned, I have started a question of my own. You can reach it with the link below.
'.mlapp' and 'error msg' snap are attached as mentioned in trailing comments.
There is an attachment 'details.zip' with the contact details in the folder you can reach me out for any additional information.
Request help me out!
Regards
Divakar

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

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by