How to solve this error?

2 次查看(过去 30 天)
Nisar Ahmed
Nisar Ahmed 2020-9-30
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.

回答(1 个)

Pankhuri Kasliwal
Pankhuri Kasliwal 2020-10-8

类别

Help CenterFile Exchange 中查找有关 Low-Level File I/O 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by