Clear Filters
Clear Filters

How can i read a .isf file?

15 views (last 30 days)
Brendan
Brendan on 12 Jul 2023
Edited: Divyajyoti Nayak on 13 Jul 2023
Ive tried the file exchange but they do not work. THey all give me an error I can not fix.
  5 Comments
Brendan
Brendan on 12 Jul 2023
When I use that code i get the error : Error using isfread
No file name, directory or pattern was specified.
Divyajyoti Nayak
Divyajyoti Nayak on 13 Jul 2023
Edited: Divyajyoti Nayak on 13 Jul 2023
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?

Sign in to comment.

Answers (1)

Star Strider
Star Strider on 12 Jul 2023
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!