[转载]MATLAB 可以画的各种类型的图总结

MATLAB 可以画的各种类型的图总结

MATLAB® 提供了各种可用来绘制数据图的函数。下表对常见的图形函数进行了分类和说明。

线图 数据分布图 离散数据图 极座标图 等高线图 向量场

plot

area

stairs

polarplot

contour

quiver

plot3

pie

stem

polarhistogram

contourf

quiver3

stackedplot

pie3

stem3

polarscatter

contour3

feather

semilogx

bar 

scatter

compass

contourslice

 

semilogy

barh 

scatter3

ezpolar

fcontour

 

loglog

bar3

scatterhistogram

     

errorbar

bar3h

spy

     

fplot

histogram

plotmatrix

     

fplot3

histogram2

heatmap

     

fimplicit

pareto

geobubble

     
   

wordcloud

     

 

曲面图和网格图 三维可视化 动画 图像

surf

mesh

streamline

animatedline

image

surfc

meshc

streamslice

comet

imagesc

surfl

meshz

streamparticles

comet3

 

ribbon

waterfall

streamribbon

   

pcolor

fmesh

streamtube

   

fsurf

 

coneplot

   

fimplicit3

 

slice

   

 

 

来源: https://ww2.mathworks.cn/help/matlab/creating_plots/types-of-matlab-plots.html

 

欢迎转载,转载请保留页面地址。帮助到你的请点个推荐。

出处:https://www.cnblogs.com/jins-note/p/11247166.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章