How to run program with .tmp extension in matlab

i have an program with .tmp extension. i want run this on matlab environment. how to do it?

 採用された回答

Niklas Nylén
Niklas Nylén 2014 年 3 月 21 日
編集済み: Niklas Nylén 2014 年 3 月 21 日

0 投票

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 件のコメント

mahesh chathuranga
mahesh chathuranga 2014 年 3 月 24 日
thank you for your answer.What do you think about the ##EYR##,##EMON##,##EDAY## in my given example?thanks again!
Image Analyst
Image Analyst 2014 年 3 月 24 日
That's not proper syntax. What are you intending?
mahesh chathuranga
mahesh chathuranga 2014 年 3 月 24 日
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?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeLanguage Fundamentals についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by