Running a windows matlab file on a linux system

I created an m-file on windows matlab. Is it possible to somehow run this file on a linux system? And if so, how can this be done?

답변 (2개)

dpb
dpb 2013년 8월 5일

0 개 추천

m-files are just source text files so as long as the version on the Linux system is new enough compared to the version under which the Windows m-file(s) run(s) there should be no problems other than those of anything which is OS-specific (like shell commands or the like).

댓글 수: 1

Or if a feature is used that is only supported on Windows, such as anything more than the basic subset of xlsread()

댓글을 달려면 로그인하십시오.

Walter Roberson
Walter Roberson 2013년 8월 5일

0 개 추천

You can get an MS Windows emulator for Linux.

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

질문:

Rom
2013년 8월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by