how can I read a grd file in matlab? do I need any toolbox?

조회 수: 2 (최근 30일)
Georgios Azorakos
Georgios Azorakos 2017년 3월 20일
댓글: Manish Jangid 2020년 10월 22일
[X,Y,Z] = grdinfo2('2006-I-28postmap.grd'); I tried several commands, found this one, but Matlab doesn't recognize this command. any ideas?
  댓글 수: 1
Manish Jangid
Manish Jangid 2020년 10월 22일
i have a grd file downloaded from IMD website which temp data file. can read this file MATLAB? if yes than how?

댓글을 달려면 로그인하십시오.

채택된 답변

ES
ES 2017년 3월 20일
https://www.mathworks.com/matlabcentral/fileexchange/26289-grdinfo2
  댓글 수: 1
Georgios Azorakos
Georgios Azorakos 2017년 3월 20일
I use grdinfo2 function but I get this error message. Could it be that my file is corrupted? Any idea on how to make it work?
Error using netcdflib Unable to open file. File may be corrupt or filename may have invalid characters. If the data source was an OPeNDAP URL, see the OPeNDAP Troubleshooting section in the Users Guide.
Error in netcdf.open (line 59) [varargout{:}] = netcdflib ( 'open', filename, varargin{1} );
Error in grdinfo2 (line 55) ncid = netcdf.open(file, 'NC_NOWRITE');

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Installation and Operational Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by