How to limit the contour plot to specific points?

10 ビュー (過去 30 日間)
Philippe Corner
Philippe Corner 2018 年 10 月 30 日
コメント済み: Star Strider 2018 年 10 月 30 日
How could I plot contour until the toppest scatter points?

採用された回答

Star Strider
Star Strider 2018 年 10 月 30 日
See the documentation on Contours at One Level (link) in the contour (link) documentation.
  4 件のコメント
Philippe Corner
Philippe Corner 2018 年 10 月 30 日
Not sure why is not working. I had to create my contour using a matrix
[c,h]=contourf(xq,yq,reshape(zq,100,100));
Star Strider
Star Strider 2018 年 10 月 30 日
I cannot determine the reason it is not working without your data and code. The first two arguments can be vectors or matrices, the third must be a matrix. The dimensions must match in any event.
Apparently your reshape call solved the problem.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by