Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)
Sonuncu Saniye
Sonuncu Saniye il 17 Dic 2017
Chiuso: MATLAB Answer Bot il 20 Ago 2021
How to do a contour plot of a 16 by 16 by 32767 matrix?

Risposte (1)

Walter Roberson
Walter Roberson il 17 Dic 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 Commenti
Sonuncu Saniye
Sonuncu Saniye il 17 Dic 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?

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by