主要内容

图形

二维图和三维图、数据探索及可视化方法

MATLAB® 提供了许多绘制数值数据的方法。Symbolic Math Toolbox™ 通过提供符号表达式、方程和函数的绘图函数扩展了这些图形功能。这些绘图可以用二维或三维的线条、等高线、曲面或网格形式呈现。您可以在笛卡尔坐标或极坐标中创建绘图。您还可以创建动画绘图。

Surface plot of a symbolic expression that is a function of x and y in Cartesian coordinates

函数

全部展开

fanimatorCreate stop-motion animation object
playAnimationPlay animation objects in a MATLAB figure window
rewindAnimationRewind previously played animation objects
writeAnimationSave animation as video file
animationToFrameReturn structure of frames from animation objects
fcontourPlot contours of symbolic expression
fimplicitPlot implicit symbolic equation or function
fimplicit3Plot 3-D implicit equation or function
fmeshPlot 3-D mesh
fplotPlot symbolic expression or function
fplot3Plot 3-D parametric curve
fpolarplotPlot symbolic expression or function in polar coordinates (自 R2024a 起)
fsurfPlot 3-D surface

属性

全部展开

Animator PropertiesAnimator appearance and behavior

主题

精选示例