How to run program with .tmp extension in matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
mahesh chathuranga
el 21 de Mzo. de 2014
Comentada: mahesh chathuranga
el 24 de Mzo. de 2014
i have an program with .tmp extension. i want run this on matlab environment. how to do it?
0 comentarios
Respuesta aceptada
Niklas Nylén
el 21 de Mzo. de 2014
Editada: Niklas Nylén
el 21 de Mzo. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import and Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!