How to run program with .tmp extension in matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
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!