xyzgrd problem in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
Me try to do a function in matlab
[lon,lat,rainfall] = xyz2grid(A(:,1),A(:,2),A(:,3));
Where
A(:,1)=lon,A(:,2)=lat
A(:,3)=rainfall.Me
using Matlab 2015(a).But it is telling Undefined function or variable 'xyz2grid'.
0 件のコメント
回答 (1 件)
KSSV
2016 年 4 月 28 日
You have to download the function from the link: http://www.mathworks.com/matlabcentral/fileexchange/56414-xyz-file-functions/content/xyz%20file%20operations/html/xyz2grid_documentation.html
Already you have asked a question and Chad Greene explained you with link. Again you posed a question...
3 件のコメント
Walter Roberson
2016 年 4 月 28 日
Download the .zip. Unzip it into a convenient directory that is not under the MATLAB installation path. Use the MATLAB command pathtool to add the directory to your MATLAB path. You can now use the function.
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!