Type of plots in MatLab -- MatLab

Type of plots in MatLab -- MatLab 


source:

Types of MATLAB Plots - MATLAB & Simulink (mathworks.com)


content

line plots

scatter and bubble charts

data distribution plots

discrete data plots

geographic plots

polar plots

contour plots

vector fields

surface and mesh plots

volume visualization 

animation

images


line plots

plot

plot3

stairs

errorbar

area

stackedplot

loglog

semilogx

semilogy

fplot

fplot3

fimplicit


scatter and bubble charts

scatter

scatter3

bubblechart

bubblechart3

swarmchart

swarmchart3

spy


data distribution plots

histogram
histogram2
pie
pie3
scatterhistogram
swarmchart
swarmchart3
wordcloud
bubblecloud
heatmap
parallelplot
plotmatrix

discrete data plots

bar
barh
bar3
bar3h
pareto
stem
stem3
stairs

geographic plots

geoplot
geoscatter
geobubble

polar plots

polarplot
polarhistogram
polarscatter
polarbubblechart
compass
ezopolar

contour plots

contour
contourf
contour3
contourslice
fcontour

vector fields

quiver
quiver3
feather

surface and mesh plots

surf
surfc
surfl
ribbon
pcolor
fsurf
fimplicit3
mesh
meshc
meshz
waterfall
fmesh


volume visualization 

streamline
streamslice
streamparticles
streamribbon
streamtube
coneplot
slice

animation

animatedline
comet
comet3

images

image
imagesc

content of textbook

common instruction about plot.





recommend textbook    

My reference textbook




Comments

Popular posts from this blog

How to hold plots in MatLab? - hold -- MatLab

How to check whether point is changed or not in MatLab? - ischange -- MatLab

Data distribution plots in MatLab -- MatLab