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
2013-1-5
Not sure what "connect" means to you, but how about using the line() function?
11 个评论
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 Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!