How to run program with .tmp extension in matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
mahesh chathuranga
am 21 Mär. 2014
Kommentiert: mahesh chathuranga
am 24 Mär. 2014
i have an program with .tmp extension. i want run this on matlab environment. how to do it?
0 Kommentare
Akzeptierte Antwort
Niklas Nylén
am 21 Mär. 2014
Bearbeitet: Niklas Nylén
am 21 Mär. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!