Is it possible to plot a contour plot not in rectangular coordinate? I can see only rectangular coordinates examples. Can i change the coordinates of rectangular plot
Show older comments
Z = peaks(20);
contourf(Z,10);
Answers (1)
Mischa Kim
on 20 Jan 2014
0 votes
Try File Exchange, e.g., http://www.mathworks.de/matlabcentral/fileexchange/8585-3d-plot-on-a-spherical-surface.
Categories
Find more on Contour Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!