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.

回答 (1 件)

Wayne King
Wayne King 2013 年 6 月 30 日

0 投票

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
gideon 2013 年 6 月 30 日
I checked the directory. but problem is not founded.. what's the problem?... My CDF file was downloaded from NASA's Homepage.
Wayne King
Wayne King 2013 年 6 月 30 日
I'm not sure what this sentence means:
"I checked the directory. but problem is not founded"

この質問は閉じられています。

タグ

質問済み:

2013 年 6 月 30 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by