필터 지우기
필터 지우기

xyzgrd problem in matlab

조회 수: 1 (최근 30일)
Tanmoyee Bhattacharya
Tanmoyee Bhattacharya 2016년 4월 28일
댓글: Tanmoyee Bhattacharya 2016년 4월 28일
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
Tanmoyee Bhattacharya 2016년 4월 28일
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