how I do data gridding ?

4 vues (au cours des 30 derniers jours)
Lilya
Lilya le 2 Sep 2017
Modifié(e) : Lilya le 2 Sep 2017
hi all,
I need your kind help in the data implementation, means that there are two vectors ( latitude and longitude) those I need to grid it (attached), which has specific values. the previous built matrix should contain my observations. I mean I want to import the observations in the (lat. & lon.) big matrix to correspond the observations with the exact lat. and lon.; therefore, it should contains some NaNs in the non-corresponding data. I know that it should meshgrid the data the grid it, but I cannot do it I just extracted the data.
thank you so much for your help. I really appreciate it.

Réponses (1)

Kaushik Lakshminarasimhan
Did you try this?
load('grid.mat');
[LAT,LON] = meshgrid(lat,lon);
  1 commentaire
Lilya
Lilya le 2 Sep 2017
thanks Kaushik. and how to import my data set into the meshgridding matrix?

Connectez-vous pour commenter.

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by