필터 지우기
필터 지우기

How can i read a .isf file?

조회 수: 15 (최근 30일)
Brendan
Brendan 2023년 7월 12일
편집: Divyajyoti Nayak 2023년 7월 13일
Ive tried the file exchange but they do not work. THey all give me an error I can not fix.
  댓글 수: 5
Brendan
Brendan 2023년 7월 12일
When I use that code i get the error : Error using isfread
No file name, directory or pattern was specified.
Divyajyoti Nayak
Divyajyoti Nayak 2023년 7월 13일
편집: Divyajyoti Nayak 2023년 7월 13일
If you look into the code, the first if statement has this error message. It checks the existense of the argument pattern.
Since, this error message is popping up it means you haven't called the isfread function with the correct argument.
isfread(Filename) %Make sure the file is in the same directory as your script
If this is not the case then can you please share the code you are working with along with any isf file?

댓글을 달려면 로그인하십시오.

답변 (1개)

Star Strider
Star Strider 2023년 7월 12일
See this post on the Tektronix site. It tells how to save the file as a .csv file. After that, use readtable or readmatrix to import it.
That step might not be absolutely necessary, however without the file itself, I can’t determine that. To upload the file here, use the zip function, then upload the zipped file (providing that it’s within the file size limit).

Community Treasure Hunt

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

Start Hunting!

Translated by