Is MATLAB case-sensitive?

25 visualizaciones (últimos 30 días)
MathWorks Support Team
MathWorks Support Team el 26 de En. de 2010
Comentada: Adam Danz el 5 de Dic. de 2022
I would like to know if MATLAB is completely case-sensitive.

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 14 de Oct. de 2021
Editada: MathWorks Support Team el 15 de Oct. de 2021
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.

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Productos


Versión

Aún no se ha introducido una versión.

Community Treasure Hunt

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

Start Hunting!

Translated by