How to run program with .tmp extension in matlab
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
mahesh chathuranga
le 21 Mar 2014
Commenté : mahesh chathuranga
le 24 Mar 2014
i have an program with .tmp extension. i want run this on matlab environment. how to do it?
0 commentaires
Réponse acceptée
Niklas Nylén
le 21 Mar 2014
Modifié(e) : Niklas Nylén
le 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 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!