hi everybody, i have 3 data sets, latitude,longitude,and rain how to make spatial distribution plot for rain in a certain region. please help

 Akzeptierte Antwort

lvn
lvn am 15 Apr. 2014

1 Stimme

Assuming your dataset are vectors, you could simply make a scatterplot
scatter(longitude, latitude, 5, rain);
Alternatively, you can grid your data with griddata and make a contourplot with contourf.

Weitere Antworten (0)

Kategorien

Mehr zu Data Exploration finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 15 Apr. 2014

Beantwortet:

lvn
am 15 Apr. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by