您的位置: 首页 > IT文章 > MATLAB 可以画的各种类型的图总结 MATLAB 可以画的各种类型的图总结 分类: IT文章 • 2024-06-13 23:32:48 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