Can you plot X,Y points onto a "SURF" graph?

8 次查看(过去 30 天)
I am graphing longitude (X) vs latitude (Y) vs gas concentration (Z). I used "surf(X,Y,Z)" to create a surface plot and view([0 90]) to make it flat.
Now I have the coastline points as X,Y points that I need to graph to show the coastlines. How can I plot a simple graph of X,Y points (as dots) on the surface map I've created already?
Thanks so much!
Aaron

采纳的回答

Fangjun Jiang
Fangjun Jiang 2011-8-17
hold on;
plot(x,y,'.')
  2 个评论
Walter Roberson
Walter Roberson 2011-8-17
Note: this might be difficult to see unless you increase the marker size.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Geographic Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by