Run a Matlab GUI in Linux
11 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!