M_map code won't plot

6 次查看(过去 30 天)
I've run these two lines of code into matlab and I get no error message, the answer goes into the workspace but I get no plot, does anyone have any idea why?
m_proj('utm','lat',[29 19],'lon',[-82 -97]);
m_gshhs_i('patch',[0.5 0.5 0.5]);

采纳的回答

Mark Brandon
Mark Brandon 2019-2-1
You've your axes limits the wrong way Hollie
m_proj('utm','lat',[19 29],'lon',[-97 -82]);
m_gshhs_i('patch',[0.5 0.5 0.5]);
m_grid('box','fancy','tickdir','out');
Is that what you were expecting?
  2 个评论
Mark Brandon
Mark Brandon 2019-2-1
You're working in the Gulf! (we've all made those mistakes...) Good luck

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Programming 的更多信息

标签

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by