Run a Matlab GUI in Linux
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!