How to run program with .tmp extension in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
mahesh chathuranga
2014 年 3 月 21 日
コメント済み: mahesh chathuranga
2014 年 3 月 24 日
i have an program with .tmp extension. i want run this on matlab environment. how to do it?
0 件のコメント
採用された回答
Niklas Nylén
2014 年 3 月 21 日
編集済み: Niklas Nylén
2014 年 3 月 21 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!