How to run program with .tmp extension in matlab
1 view (last 30 days)
Show older comments
mahesh chathuranga
on 21 Mar 2014
Commented: mahesh chathuranga
on 24 Mar 2014
i have an program with .tmp extension. i want run this on matlab environment. how to do it?
0 Comments
Accepted Answer
Niklas Nylén
on 21 Mar 2014
Edited: Niklas Nylén
on 21 Mar 2014
Rename the file (replace the dot before tmp with an underscore, for example). Matlab cannot handle dots in m-file names.
The name of the file you attached is extract_spi.tmp.m and possibly windows is hiding the .m part in the explorer.
3 Comments
More Answers (0)
See Also
Categories
Find more on Data Import and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!