Borrar filtros
Borrar filtros

xyzgrd problem in matlab

1 visualización (últimos 30 días)
Tanmoyee Bhattacharya
Tanmoyee Bhattacharya el 28 de Abr. de 2016
Comentada: Tanmoyee Bhattacharya el 28 de Abr. de 2016
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'.

Respuestas (1)

KSSV
KSSV el 28 de Abr. de 2016
Already you have asked a question and Chad Greene explained you with link. Again you posed a question...
  3 comentarios
Walter Roberson
Walter Roberson el 28 de Abr. de 2016
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 el 28 de Abr. de 2016
Thankyou sir.It's helpful.

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by