Difference between MATLAB on Mac & Windows?
古いコメントを表示
I running the exact same test on the exact same code (ensured by checking out the same revision of a code repository) on a Windows computer and on a Mac, and the test failed on Windows but passed on Mac.
I think I've controlled for all the differences between the two environments: in both scenarios Matlab is 8.4.0.150421 (R2014b), the relevant toolboxes all seem to be the same version, the path is set the same, and the code is exactly the same.
I did notice that the JVMs are different (Java 1.7.0_55-b13 on the Mac and Java 1.7.0_11-b21 on Windows), but it seems that the JVMs are packaged with Matlab, so I can't control that?
Any advice would be greatly appreciated.
4 件のコメント
Walter Roberson
2015 年 7 月 30 日
What kind of test is failing?
Tim
2015 年 8 月 5 日
Sanjana Chhabra
2021 年 11 月 16 日
on copying and pasting code windows matlab automatically preserves the line break but macOS pastes all the code in one line. Can someone help??
Walter Roberson
2021 年 11 月 16 日
What are you copying and pasting the code from, and to ?
採用された回答
その他の回答 (1 件)
jesus osiel moya fuentes
2021 年 12 月 8 日
0 投票
What are the restrictions if I make an executable program on MAC or WINDOWS?
1 件のコメント
Walter Roberson
2021 年 12 月 8 日
Mac does not support activex or .NET, or use of MATLAB as an Automation Engine
Mac does not support writing .xls or .xlsx files using xlswrite() -- but does support writing them with writetable(), writematrix(), and writecell()
There are some toolboxes that are not supported on Mac
There are probably some other items.
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!