I have a problem fo the function 'cdfinfo' error
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hi
I am a student studying anstronomy.
I have a question for Matlab 'cdfinfo' funtion
When I use the cdfinfo, following error was occured
info=cdfinfo('RBSPICE.cdf')
??? Error using ==> cdfinfoc
Unknown data format (33).
Error in ==> cdfinfo at 160 tmp = cdfinfoc(filename);
I tried to run another file, but same error occured.
Please tell me the solutionn for this problem.
댓글 수: 0
답변 (1개)
Wayne King
2013년 6월 30일
The first question to ask is does the function work with the shipping example:
info = cdfinfo('example.cdf');
make sure you execute the above from a directory where you have write permission.
댓글 수: 2
gideon
2013년 6월 30일
Wayne King
2013년 6월 30일
I'm not sure what this sentence means:
"I checked the directory. but problem is not founded"
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!