Is it possible to put a compiled standalone executable on a datastick?
古いコメントを表示
Due to Covid-19, I am looking at ways of conducting psychological experiments that are usually done in a laboratory using MATLAB outside that context.
One way to do this would be to distribute an executable version of the MATLAB program to participants to run on their own computers at home.
I have looked at the compiler, but it seems only to be able to produce a package that has to be installed by the user. This seems to ask a lot of potential participants, int that they have to install it then run the program, then uninstall it. Is there any way to get all the required resources - DLLs etc.- into one folder so that it can be distributed and used conveniently, say on a datastick.
4 件のコメント
Mohammad Sami
2020 年 9 月 7 日
Your best chance would be to compile it as a web app and place it on MATLAB web app server.
https://www.mathworks.com/products/matlab-web-app-server.html#deployment-web
John Culling
2020 年 9 月 8 日
Mohammad Sami
2020 年 9 月 8 日
If your existing code is mostly in form of functions, you may only have to redo the GUI and then wire in your callbacks.
John Culling
2020 年 9 月 15 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!