Matlab app for non matlab software holders
이전 댓글 표시
Hello
I have created a programme in MATLAB using App.
I was wondering how do I release my programme to someone who does not have MATLAB.
Pls what do they have to have in order to run the program
Many thanks
Burket
답변 (4개)
Image Analyst
2023년 6월 3일
1 개 추천
If you have the compiler toolbox you can compile a standalone executable for them. See the FAQ:
Pratyush
2023년 6월 3일
0 개 추천
You can create a matlab account, then go to Matlab online (MATLAB Online - MATLAB & Simulink (mathworks.com)). There you can upload your matlab file and execute the script.
댓글 수: 1
Walter Roberson
2023년 6월 4일
However, the people who received the code would have to have their own MATLAB Online account to run the code. MATLAB Online can, if I understand correctly, be used for free for up to 20 hours per month, but my understanding is that the free version does not have access to many toolboxes.
子木 刘
2023년 6월 4일
0 개 추천
you may need web app server or development web app server
댓글 수: 1
Walter Roberson
2023년 6월 4일
If I understand correctly, web app server is recommended only for "internal" use of an organization. The challenge is that Mathworks did not "bullet-proof" the compiler / server system, so if you allow outside people to use it, there is a risk that they might be able to use the server to breach your security.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Web App Server에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!