I've extracted some data from a netCDF file (this took me long enough to figure out), and it's in matrix form with each element containing a location in latitude and longitude along with the temperature at that point. I can currently get matlab to plot the temperature in pure grid form if the matrix was evenly distributed across the globe but i can't figure out how to get it to locate each point to the lat and lon associated with it. I'm doing all this with the mapping tool box.
No worries if you can't figure it out, I'll just ask someone when I next go into uni.
this should be pretty trivial, although saying that i'm extremely rusty with matlab and may be misremembering. drop a pm with more details if you like
Yeh me too. Here's whats happening,
I've extracted some data from a netCDF file (this took me long enough to figure out), and it's in matrix form with each element containing a location in latitude and longitude along with the temperature at that point. I can currently get matlab to plot the temperature in pure grid form if the matrix was evenly distributed across the globe but i can't figure out how to get it to locate each point to the lat and lon associated with it. I'm doing all this with the mapping tool box.
No worries if you can't figure it out, I'll just ask someone when I next go into uni.