Run a Matlab GUI in Linux
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello everyone,
I developed an interface in Windows using UI components (uifigure, uibutton, uilistbox etc.) and I used the compiler to get an .exe. Now, I need to make it also usable in Linux, but I am forced to exclude the use of exe file (even though it should be possibile to run it with Wine). The best would be to use the coder to obtain the C code (without the necessity of Matlab Runtime), but the components are not supported, so I thought about the alternative of getting the .sh from compiler. Unfortunately, I read somewhere online that is possible to compile a .sh file only from Matlab installed on Linux, but I am not sure about that.
Do you have any suggestion to solve my issue (how to use the coder or how to get the .sh from Windows)?
Otherwise, I was thinking about installing a Linux Virtual Machine with Matlab to compile the .sh file.
Thanking you in advance, I look forward to hearing from you soon.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!