xyzgrd problem in matlab

2 次查看(过去 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'.

回答(1 个)

KSSV
KSSV 2016-4-28
Already you have asked a question and Chad Greene explained you with link. Again you posed a question...
  3 个评论
Walter Roberson
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.
Tanmoyee Bhattacharya
Thankyou sir.It's helpful.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by