Filter löschen
Filter löschen

How can i read a .isf file?

15 Ansichten (letzte 30 Tage)
Brendan
Brendan am 12 Jul. 2023
Bearbeitet: Divyajyoti Nayak am 13 Jul. 2023
Ive tried the file exchange but they do not work. THey all give me an error I can not fix.
  5 Kommentare
Brendan
Brendan am 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 am 13 Jul. 2023
Bearbeitet: Divyajyoti Nayak am 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?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Star Strider
Star Strider am 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!

Translated by