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

1 回表示 (過去 30 日間)
mansour
mansour 2013 年 1 月 5 日
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 件のコメント
mansour
mansour 2013 年 1 月 5 日
waiting yours response
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 Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by