필터 지우기
필터 지우기

How i can i share my application to anyone who does not use MATLAB?

조회 수: 15 (최근 30일)
Jay Patel
Jay Patel 2023년 3월 6일
답변: Steven Lord 2023년 3월 9일
Hello,
If i made a application by using MATLAB app designer. now i want to send this application to the person who does not have matlab in his system. then how to do it?

답변 (2개)

Priyank Pandey
Priyank Pandey 2023년 3월 6일
Hi Jay,
I understand you want ot know how to share application designed on MATLAB app designer with anyone.
You can refer to the following document to convert the application into a single installer file and share it with anyone. Please follow the steps mentioned in the following document:
Regards
Priyank
  댓글 수: 1
Jay Patel
Jay Patel 2023년 3월 9일
Dear Priyank,
I disagree.
Your response is not very helpful. I have gone through this document priviously. The fourth condition said that the user must have relevant software installed on their PC.
hence I ask that, if you have, you offer accurate information.

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


Steven Lord
Steven Lord 2023년 3월 9일
In order to execute the application without having MATLAB installed on the system you will need to use MATLAB Compiler to generate a standalone application. See this documentation page for an example that creates a standalone application that calls the magic function. I expect this would work with an App Designer app as well, though I haven't personally tried it. At a quick scan I don't see any functions that App Designer depends upon on the list of unsupported functions.

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by