How can i have a color bar depending on vector intensity using m_quiver
Show older comments
Hi,
I need your help.
Following, my code to plot deep current field.
figure m_proj('transverse mercator', 'longitudes',[min_lon max_lon], 'latitudes' ,[min_lat max_lat]) m_gshhs_l('patch',[0.7 0.7 0.7],'edgecolor','k'); m_grid; m_tbase('contour',[-3500:1000:-500],'Edgecolor','k') hold on m_plot(lon_deep,lat_deep,'+','Color',[0.7 0.7 0.7]) m_quiver(LON,LAT,u_bin',v_bin',4,'b','LineWidth',1.5)
I would like a field of different color arrows depending on vector intensity.
Thanks
Answers (2)
Categories
Find more on Color and Styling in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!