From: Miss on 19 May 2010 10:25 Hello everybody, I have a problem and I think that it should be easy to solve but for some reason I do not manage that. I have arrays containig latitude, longitude and concentration values. I wanna plot the concentration values at the corresponding lat/lon point in different colours for different concentration values. And all that on a worldmap (or a part of it). Any ideas? Cheers, Nanami
From: Bruce Bowler on 19 May 2010 13:30 On Wed, 19 May 2010 14:25:07 +0000, Miss set fingers to keyboard and typed: > Hello everybody, > > I have a problem and I think that it should be easy to solve but for > some reason I do not manage that. > > I have arrays containig latitude, longitude and concentration values. I > wanna plot the concentration values at the corresponding lat/lon point > in different colours for different concentration values. And all that on > a worldmap (or a part of it). > > Any ideas? > > Cheers, > Nanami plot3k (http://www.mathworks.com/matlabcentral/fileexchange/9519) does what you want in XY space. I don't imagine it would be too difficult for you to modify it to work in lat/lon space :-) Bruce
From: Steven Lord on 19 May 2010 13:40 "Miss " <little.miss.nanami(a)gmail.com> wrote in message news:ht0sc3$28n$1(a)fred.mathworks.com... > Hello everybody, > > I have a problem and I think that it should be easy to solve but for some > reason I do not manage that. > > I have arrays containig latitude, longitude and concentration values. > I wanna plot the concentration values at the corresponding lat/lon point > in different colours for different concentration values. And all that on a > worldmap (or a part of it). > > Any ideas? If you have Mapping Toolbox, use AXESM, PLOTM, and SCATTERM in combination. If you don't, AXES, PLOT, and SCATTER may do but keep in mind those plot on a flat axes, not an axes specifically designed to hold a map in a specific map projection. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com
From: Nanami on 26 May 2010 08:06 Hey everybody, thanks for your replies. scatterm works perfectly well. thanks a million > If you have Mapping Toolbox, use AXESM, PLOTM, and SCATTERM in combination. > > If you don't, AXES, PLOT, and SCATTER may do but keep in mind those plot on > a flat axes, not an axes specifically designed to hold a map in a specific > map projection. Nanami
|
Pages: 1 Prev: bug audioplayer Next: parse expression into expression tree |