Info

This question is closed. Reopen it to edit or answer.

How to do a contour plot of a 16 by 16 by 32767 matrix?

1 view (last 30 days)
How to do a contour plot of a 16 by 16 by 32767 matrix?

Answers (1)

Walter Roberson
Walter Roberson on 17 Dec 2017
You should probably use isosurface() .
Note: you can pass a list of levels to isosurface, and it will plot as "shell" for each one of them.
  4 Comments
Sonuncu Saniye
Sonuncu Saniye on 17 Dec 2017
max(sta(:)) is 0.0018 and min(sta(:)) is -0.0013. I did not pass any iso value to isosurface. What value should pass to it?

This question is closed.

Community Treasure Hunt

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

Start Hunting!