Is MATLAB case-sensitive?

16 ビュー (過去 30 日間)
MathWorks Support Team
MathWorks Support Team 2010 年 1 月 26 日
コメント済み: Adam Danz 2022 年 12 月 5 日
I would like to know if MATLAB is completely case-sensitive.

採用された回答

MathWorks Support Team
MathWorks Support Team 2021 年 10 月 14 日
編集済み: MathWorks Support Team 2021 年 10 月 15 日
Generally speaking, MATLAB is case-sensitive.
MATLAB is case sensitive for function, script, and variable names for all platforms, but name-value pairs can sometimes be insensitive. 
For example, 
>> plot(1:10,'linewidth',3)
>> plot(1:10,'LineWidth',3)
>> plot(1:10,'LINEWIDTH',3)
works the same way, but
>> Plot(1:10)
won't work.
  1 件のコメント
Adam Danz
Adam Danz 2022 年 12 月 5 日
See also Case and Space Sensitivity from the documentation.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeApp Building についてさらに検索

製品


リリース

リリースが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by