How to run program with .tmp extension in matlab
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
mahesh chathuranga
il 21 Mar 2014
Commentato: mahesh chathuranga
il 24 Mar 2014
i have an program with .tmp extension. i want run this on matlab environment. how to do it?
0 Commenti
Risposta accettata
Niklas Nylén
il 21 Mar 2014
Modificato: Niklas Nylén
il 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Import and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!