Running a windows matlab file on a linux system
8 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (2 件)
dpb
2013 年 8 月 5 日
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 件のコメント
Walter Roberson
2013 年 8 月 5 日
Or if a feature is used that is only supported on Windows, such as anything more than the basic subset of xlsread()
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!