How to solve this error?

조회 수: 5 (최근 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 CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by