Can we run GUI created from MatLab in one computer into other computer? Without having MatLab it in..
2 ビュー (過去 30 日間)
古いコメントを表示
I have created a GUI in my computer. I want to use this GUI for other computers which do not have MatLab. Is it possible to do this?
0 件のコメント
回答 (2 件)
KSSV
2016 年 7 月 14 日
Yes possible....you have to convert your code in .exe using matlab compiler...... doc MCC more on :
0 件のコメント
Kfox8
2018 年 10 月 10 日
how can run without Matlab Compiler?
1 件のコメント
Adam
2018 年 10 月 10 日
You need Matlab compiler to build it, not to run it. You need the Matlab Compiler runtime (MCR) to run it, which is available to download from the Mathworks site or can be packaged in with the application when built.
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!