How to highlight a row in a surface plot?
古いコメントを表示
Hello all,
I have done some calculation and in the result i have created a surface plot.
Actually the plot is divided in two separate matrix and i am jus adding them together to form a whole surface plot
How could i show the line of separation. I want to highlight this line in Surface plot and i know the row index.
Please suggest me any function the expected picture can be seen in the attachments.
Thank you
4 件のコメント
madhan ravi
2019 年 2 月 4 日
If you know the row index then:
plot(matrix(index,:),'--k') % just give it a try
Shubham Mohan Tatpalliwar
2019 年 2 月 4 日
madhan ravi
2019 年 2 月 4 日
If you could share the data it would be easy to analyse what’s going on.
Shubham Mohan Tatpalliwar
2019 年 2 月 4 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および 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!