Difference between a contour map and surface map

34 次查看(过去 30 天)
What is the difference btwn a contour map and surface map?
I know that for both the lines are connecting the same quantity.
And we can have a colored-in contour map which then becomes
a surface map? So what is the difference?
Amanda

采纳的回答

Star Strider
Star Strider 2012-8-22
Unless there is something in your question I have not understood, the contour plot is 2-D and the surface plot is 3-D. The information in both is the same. The surfc function actually plots both in the same figure.
  2 个评论
Amanda
Amanda 2012-8-22
No contour can also be a 3d plot - two variables are fixed and one is changing. So I plot with contourf or surf, what is the difference?
Star Strider
Star Strider 2012-8-22
编辑:Star Strider 2012-8-22
The contour function produces a 2-D plot of contour lines, contourf fills the 2-D plot contour lines with the colors appropriate to the value of the function, and surf and surfc generate 3-D versions of the same data, with surfc generating both 2-D and 3-D depictions. The contour3 function generates a 3-D version of the contour plot.
The difference is only in the way the data are depicted — 2-D or 3-D — not in the data on the plot. The plot function you choose depends on how you want your data presented.

请先登录,再进行评论。

更多回答(0 个)

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by