Can I use character dot in file name in MATLAB?
4 views (last 30 days)
Show older comments
MathWorks Support Team
on 27 Jun 2009
Edited: Walter Roberson
on 1 Mar 2019
Can We use '.' ( dot operator) in a file name?
Accepted Answer
MathWorks Support Team
on 27 Jun 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 Comments
More Answers (1)
Walter Roberson
on 1 Mar 2019
Edited: Walter Roberson
on 1 Mar 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 Comments
See Also
Categories
Find more on Software Development Tools in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!