Can I use character dot in file name in MATLAB?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 27 de Jun. de 2009
Editada: Walter Roberson
el 1 de Mzo. de 2019
Can We use '.' ( dot operator) in a file name?
Respuesta aceptada
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.
0 comentarios
Más respuestas (1)
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.
0 comentarios
Ver también
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!