How to solve this error?
Show older comments
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.
Answers (1)
Pankhuri Kasliwal
on 8 Oct 2020
0 votes
Hi,
Please refer to the following links -
Categories
Find more on MATLAB Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!