Matlab App Designer Cross Platform

9 次查看(过去 30 天)
Hi everyone.
I want to design an app using MatLab App designer (in windows). Will I be able to run this app in Linux (Ubuntu)?
Thanks
Alex
  1 个评论
Mohammad Sami
Mohammad Sami 2020-1-16
Are you intending to compile it ?
If you compile it on windows it will only run on windows.
You need to have Matlab installed on Linux and compile in Linux for distribution to linux.
If you are distributing the source, it should work except for some functions which do not work on linux, e.g. memory.
Also do not concatenate any filepaths in your code manually. Use the included fullfile function to make paths.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by