how i can connect equal point to gather of 2 separated graph on same figure

1 次查看(过去 30 天)
i want to know how to connect equal data point to gather of 2 separated graph on same figure

回答(1 个)

Image Analyst
Image Analyst 2013-1-5
Not sure what "connect" means to you, but how about using the line() function?
  11 个评论
Image Analyst
Image Analyst 2013-1-5
OK. Like I said, line() should do it. For each x,y coordinate, you call
line([xMesh, xData], [yMesh, yData], [zMesh, zData]);

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by