Is it possible to force case-sensitivity for data operations like LOAD?
1 回表示 (過去 30 日間)
古いコメントを表示
MATLAB is case-sensitive for calling functions, even on Windows:
>> edit Untitled
>> untitled
Cannot find an exact (case-sensitive) match for 'untitled'
Is there a way to enforce case sensitivity on Windows for other functions, like load?
>> a = 3;
>> save a a
>> load A
The problem is that this code will run fine on Windows, but will error if I send it to a friend on Unix.
0 件のコメント
回答 (1 件)
Jan
2013 年 8 月 7 日
This is a feature of the operating system and cannot be controlled from inside Matlab.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!