[轉載]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

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