Running a windows matlab file on a linux system

18 vues (au cours des 30 derniers jours)
Rom
Rom le 5 Août 2013
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?

Réponses (2)

dpb
dpb le 5 Août 2013
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 commentaire
Walter Roberson
Walter Roberson le 5 Août 2013
Or if a feature is used that is only supported on Windows, such as anything more than the basic subset of xlsread()

Connectez-vous pour commenter.


Walter Roberson
Walter Roberson le 5 Août 2013
You can get an MS Windows emulator for Linux.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by