Matlab App Designer Cross Platform

조회 수: 9 (최근 30일)
Alexander van Zyl
Alexander van Zyl 2020년 1월 8일
댓글: Mohammad Sami 2020년 1월 16일
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에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by