Can we run GUI created from MatLab in one computer into other computer? Without having MatLab it in..
Afficher commentaires plus anciens
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?
Réponses (2)
KSSV
le 14 Juil 2016
0 votes
Yes possible....you have to convert your code in .exe using matlab compiler...... doc MCC more on :
Kfox8
le 10 Oct 2018
0 votes
how can run without Matlab Compiler?
1 commentaire
Adam
le 10 Oct 2018
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.
Catégories
En savoir plus sur Programming dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!