What function has created this plot?
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
Sorry for blurriness but can anyone tell me what function they think this plot was created using? Would it be imagesc?
I need to plot something very similar where I have a function that varies at each x and y point and I need to represent it using colour.
If you could tell me what function to use and outline the general steps for plotting that would be very much appreciated.
In particular I'm interested in how the plot has curves and smooth edges rather than a 'boxy' pixel images that Matlab show on their doc page for imagesc (second picture).


Thanks in advance!
Respuestas (1)
Star Strider
el 16 de Abr. de 2020
0 votos
The top image appears to be a contour plot, although it could be a surf plot rotated with view to see it from the top.
There are several different contour functions (by the same name) in different Toolboxes, so it could have been drawn by them as well as the core MATLAB contour function I linked to.
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!