How to solve this error?

1 visualización (últimos 30 días)
Nisar Ahmed
Nisar Ahmed el 30 de Sept. de 2020
Respondida: Pankhuri Kasliwal el 8 de Oct. de 2020
Error using fread
Invalid file identifier. Use fopen to generate a valid file identifier.
Error in ReadRSS (line 32)
buff = fread(fileID,MAGICNUMBERLENGTH,'*char')';
Error in Convmod_Zoepritz (line 5)
[Vp] = ReadRSS('../Vp.rss');
While the Vp.rss files exists in the folder.

Respuestas (1)

Pankhuri Kasliwal
Pankhuri Kasliwal el 8 de Oct. de 2020

Categorías

Más información sobre Low-Level File I/O en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by