How to solve this error?

1 回表示 (過去 30 日間)
Nisar Ahmed
Nisar Ahmed 2020 年 9 月 30 日
回答済み: Pankhuri Kasliwal 2020 年 10 月 8 日
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 Center および File ExchangeLow-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