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?

Respuestas (2)

dpb
dpb el 5 de Ag. de 2013

0 votos

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 comentario

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

Iniciar sesión para comentar.

Walter Roberson
Walter Roberson el 5 de Ag. de 2013

0 votos

You can get an MS Windows emulator for Linux.

Categorías

Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

Rom
el 5 de Ag. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by