MATLAB: How can I read a grd file in matlab? do I need any toolbox

.grddata import

[X,Y,Z] = grdinfo2('2006-I-28postmap.grd'); I tried several commands, found this one, but Matlab doesn't recognize this command. any ideas?

Best Answer

https://www.mathworks.com/matlabcentral/fileexchange/26289-grdinfo2
Related Question