How to run program with .tmp extension in matlab

2 Ansichten (letzte 30 Tage)
mahesh chathuranga
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?

Akzeptierte Antwort

Niklas Nylén
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
Image Analyst
Image Analyst am 24 Mär. 2014
That's not proper syntax. What are you intending?
mahesh chathuranga
mahesh chathuranga am 24 Mär. 2014
i have to zip files with precipitation data.i want to import this data using above program(extract_spi.tmp).but in this program there are this kind of(###EYR##) things available.i want to know that what are those things?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Weather and Atmospheric Science 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!

Translated by