This how i want the plot to be

1 次查看(过去 30 天)
plom.png
  1 个评论
Walter Roberson
Walter Roberson 2019-9-6
It is not clear what your question is?
I note that you tagged with "3d plot", but that looks like a 2D plot.

请先登录,再进行评论。

回答(3 个)

Bjorn Gustavsson
Bjorn Gustavsson 2019-9-6
pcolor(x,y,I),shading flat,xlabel('x-text'),ylabel('y-text'),colorbar
HTH

Robert U
Robert U 2019-9-6
Hi idowu Abdul-Semiu,
There are several plot-commands that support the image you are showing. Have a look for the following commands:
You would have to adjust the display options of the plot-commands, e.g. remove the contour lines in contourf() and change the colormap.
Read and try. If you have troubles to adjust the plot, provide the grid and/or data matrices and post the code you have tried so far.
Kind regards,
Robert

the cyclist
the cyclist 2019-9-6
Since you have spread similar questions across several places, without good organization (and one of them was closed), I'll post here.
For the code I helped you with, that produced X,Y,Z, the following will produce a contour plot of the style above:
figure; contour(X,Y,Z,'fill','on')
colorbar
test.png
For comparison, the following is the mesh version, so this "boring" plot is expected.
test.png

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by