Can I use character dot in file name in MATLAB?

4 visualizaciones (últimos 30 días)
Can We use '.' ( dot operator) in a file name?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 27 de Jun. de 2009
The ability to use dot in a file name is not available in MATLAB. Because dot is an operater in MATLAB.
There are no workarounds.

Más respuestas (1)

Walter Roberson
Walter Roberson el 1 de Mzo. de 2019
Editada: Walter Roberson el 1 de Mzo. de 2019
dot cannot be used as part of a m file name (except the final .m), simulink model name, function name, variable name, field name, method name, or property name . It can be used as part of a data file name including as part of a mat file name.

Categorías

Más información sobre Software Development Tools 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