Error in creating Class
이전 댓글 표시
I have been working with IPIX radar data files for my project work. I am stuck up with using ncitem.m files which is used to extract files using netcdf command.
result = class(theStruct, 'ncitem');
The above statement is throwing error as
" The class function must be called from a class constructor".
It will be very helpful if somebody could post a solution for me to get around the problem.
Thanks in Advance.
댓글 수: 2
Daniel Shub
2011년 12월 2일
Are you trying to convert a structure theStruct into an object of class ncitem?
chandrakanth V
2011년 12월 6일
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 NetCDF에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!