Borrar filtros
Borrar filtros

Is it possible to force case-sensitivity for data operations like LOAD?

2 visualizaciones (últimos 30 días)
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.

Respuestas (1)

Jan
Jan el 7 de Ag. de 2013
This is a feature of the operating system and cannot be controlled from inside Matlab.

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by