How to limit the contour plot to specific points?

10 Ansichten (letzte 30 Tage)
Philippe Corner
Philippe Corner am 30 Okt. 2018
Kommentiert: Star Strider am 30 Okt. 2018
How could I plot contour until the toppest scatter points?

Akzeptierte Antwort

Star Strider
Star Strider am 30 Okt. 2018
See the documentation on Contours at One Level (link) in the contour (link) documentation.
  4 Kommentare
Philippe Corner
Philippe Corner am 30 Okt. 2018
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 am 30 Okt. 2018
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Contour Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by