What function has created this plot?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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!
Answers (1)
Star Strider
on 16 Apr 2020
0 votes
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.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!