Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
Sonuncu Saniye
Sonuncu Saniye el 17 de Dic. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
How to do a contour plot of a 16 by 16 by 32767 matrix?

Respuestas (1)

Walter Roberson
Walter Roberson el 17 de Dic. de 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 comentarios
Sonuncu Saniye
Sonuncu Saniye el 17 de Dic. de 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?
Walter Roberson
Walter Roberson el 18 de Dic. de 2017
Pass in -0.001:0.001:0.001

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by