CAN/CANFD
CCP/UDS
Bootloader/OTA
ECU/VCU/FCU
Simulink/ECUCoder
Ethernet
Hardware
Download
上一篇
下一篇
MATLAB常用命令与函数
一.常用命令
-1.管理命令和函数
-2.管理变量和工作区
-3.管理命令控制窗口
-4.文件和工作环境
-5.启动和退出MATLAB
二.创建图形用户界面
-1.创建对话框
-2.创建用户界面对象
三.图像可视化函数
-1.基本绘图和图象函数
-2.三维绘图函数
-3.表面、网格和轮廓绘制
-4.图形图象处理
四.文件输入输出函数
-1.文件输入输出常用函数
-2.文件输入输出特殊函数
五.字符串函数
-1.字符串常用函数
-2.字符串操作
-3.字符串和数值的转换
-4.进制转换
六.数据分析和傅立叶变换
-1.数据分析基本运算
-2.滤波和卷积
-3.傅立叶变换
-4.按位运算
回到顶部
MATLAB常用命令与函数
一.常用命令
-1.管理命令和函数
-2.管理变量和工作区
-3.管理命令控制窗口
-4.文件和工作环境
-5.启动和退出MATLAB
二.创建图形用户界面
-1.创建对话框
-2.创建用户界面对象
三.图像可视化函数
-1.基本绘图和图象函数
-2.三维绘图函数
-3.表面、网格和轮廓绘制
-4.图形图象处理
四.文件输入输出函数
-1.文件输入输出常用函数
-2.文件输入输出特殊函数
五.字符串函数
-1.字符串常用函数
-2.字符串操作
-3.字符串和数值的转换
-4.进制转换
六.数据分析和傅立叶变换
-1.数据分析基本运算
-2.滤波和卷积
-3.傅立叶变换
-4.按位运算
回到顶部
# MATLAB常用命令与函数 ## 一.常用命令
### 1.常用命令-管理命令和函数
| 名称 | 功能 | | ------------------------------------------------------------------ | ------------------------- | | [addpath](https://ww2.mathworks.cn/help/matlab/ref/addpath.html) | 添加目录到MATLAB搜索路径 | | [doc](https://ww2.mathworks.cn/help/matlab/ref/doc.html) | 在Web浏览器上显示HTML帮助文档 | | [help](https://ww2.mathworks.cn/help/matlab/ref/help.html) | 显示MATLAB命令和m文件的在线帮助 | | [lookfor](https://ww2.mathworks.cn/help/matlab/ref/lookfor.html) | 在基于MATLAB搜索路径的所有m文件中搜索关键字 | | [path](https://ww2.mathworks.cn/help/matlab/ref/path.html) | 查看或更改搜索路径 | | [pathtool](https://ww2.mathworks.cn/help/matlab/ref/pathtool.html) | 打开“设置路径”对话框 | | [rmpath](https://ww2.mathworks.cn/help/matlab/ref/rmpath.html) | 删除搜索路径中指定目录 | | [type](https://ww2.mathworks.cn/help/matlab/ref/type.html) | 显示指定文件的内容 | | [ver](https://ww2.mathworks.cn/help/matlab/ref/ver.html) | 版本信息 | | [version](https://ww2.mathworks.cn/help/matlab/ref/version.html) | 版本号 | | [web](https://ww2.mathworks.cn/help/matlab/ref/web.html) | 打开web页 | | [what](https://ww2.mathworks.cn/help/matlab/ref/what.html) | 列出当前目录所有的m文件 、mat文件与mex文件 | | [which](https://ww2.mathworks.cn/help/matlab/ref/which.html) | 显示文件位置 | ### 2.常用命令-管理变量和工作区(输入输出、内存管理等)
| 名称 | 功能 | | ---------------------------------------------------------------- | --------------- | | [class](https://ww2.mathworks.cn/help/matlab/ref/class.html) | 获取对象的类 | | [clear](https://ww2.mathworks.cn/help/matlab/ref/clear.html) | 从内存中删除 | | [disp](https://ww2.mathworks.cn/help/matlab/ref/disp.html) | 显示文本或数组内容 | | [length](https://ww2.mathworks.cn/help/matlab/ref/length.html) | 数组长度(最长维数) | | [load](https://ww2.mathworks.cn/help/matlab/ref/load.html) | 重新载入变量(从磁盘上) | | [mlock](https://ww2.mathworks.cn/help/matlab/ref/mlock.html) | 锁定文件,防止文件被错误删除 | | [munlock](https://ww2.mathworks.cn/help/matlab/ref/munlock.html) | 解锁文件 | | [openvar](https://ww2.mathworks.cn/help/matlab/ref/openvar.html) | 在数组编辑器中打开变量 | | [save](https://ww2.mathworks.cn/help/matlab/ref/save.html) | 保存变量到文件 | | [size](https://ww2.mathworks.cn/help/matlab/ref/size.html) | 数组维数 | | [who](https://ww2.mathworks.cn/help/matlab/ref/who.html) | 列出内存变量 | | [whos](https://ww2.mathworks.cn/help/matlab/ref/whos.html) | 列出内存变量,同时显示变量维数 | ### 3.常用命令-管理命令控制窗口(command窗口)
| 名称 | 功能 | | -------------------------------------------------------------- | ------------ | | [clc](https://ww2.mathworks.cn/help/matlab/ref/clc.html) | 清空命令窗口 | | [echo](https://ww2.mathworks.cn/help/matlab/ref/echo.html) | 显示执行语句 | | [format](https://ww2.mathworks.cn/help/matlab/ref/format.html) | 设置输出显示格式 | | [home](https://ww2.mathworks.cn/help/matlab/ref/home.html) | 光标移动到命令窗口左上角 | | [more](https://ww2.mathworks.cn/help/matlab/ref/more.html) | 设置命令窗口页输出格式 | ### 4.常用命令-文件和工作环境
| 名称 | 功能 | | ---------------------------------------------------------------------- | --------------------- | | [cd](https://ww2.mathworks.cn/help/matlab/ref/cd.html) | 改变工作目录 | | [copyfile](https://ww2.mathworks.cn/help/matlab/ref/copyfile.html) | 复制文件 | | [delete](https://ww2.mathworks.cn/help/matlab/ref/delete.html) | 删除文件和图形对象 | | [diary](https://ww2.mathworks.cn/help/matlab/ref/diary.html) | 把命令窗口文本记录保存到日志文件中 | | [dir](https://ww2.mathworks.cn/help/matlab/ref/dir.html?) | 显示目录 | | [edit](https://ww2.mathworks.cn/help/matlab/ref/edit.html) | 编辑文本文件 | | [fileparts](https://ww2.mathworks.cn/help/matlab/ref/fileparts.html) | 返回文件的各个部分 | | [fullfile](https://ww2.mathworks.cn/help/matlab/ref/fullfile.html) | 使用指定部分建立文件全名 | | [inmem](https://ww2.mathworks.cn/help/matlab/ref/inmem.html) | 返回内存(伪代码区)的matlab函数名 | | [ls](https://ww2.mathworks.cn/help/matlab/ref/ls.html) | 在linux系统中列出目录(win中亦可) | | [matlabroot](https://ww2.mathworks.cn/help/matlab/ref/matlabroot.html) | 根目录 | | [mkdir](https://ww2.mathworks.cn/help/matlab/ref/mkdir.html) | 新建目录 | | [open](https://ww2.mathworks.cn/help/matlab/ref/open.html) | 打开文件 | | [pwd](https://ww2.mathworks.cn/help/matlab/ref/pwd.html) | 显示当前目录 | | [tempdir](https://ww2.mathworks.cn/help/matlab/ref/tempdir.html) | 返回系统临时目录的名字 | | [tempname](https://ww2.mathworks.cn/help/matlab/ref/tempname.html) | 随机给出一个临时字符串(可用作文件名) | ### 5.常用命令-启动和退出MATLAB
| 名称 | 功能 | | ------------------------------------------------------------------ | ------------ | | [matlabrc](https://ww2.mathworks.cn/help/matlab/ref/matlabrc.html) | MATLAB的启动脚本 | | [exit](https://ww2.mathworks.cn/help/matlab/ref/exit.html) | 退出MATLAB | | [quit](https://ww2.mathworks.cn/help/matlab/ref/quit.html) | 退出MATLAB | | [startup](https://ww2.mathworks.cn/help/matlab/ref/startup.html) | 运行MATLAB启动文件 | ## 二.创建图形用户界面
### 1.创建图形用户界面-对话框
| 名称 | 功能 | | ---------------------------------------------------------------------- | ------------ | | [dialog](https://ww2.mathworks.cn/help/matlab/ref/dialog.html) | 创建对话框 | | [errordlg](https://ww2.mathworks.cn/help/matlab/ref/errordlg.html) | 创建错误对话框 | | [helpdlg](https://ww2.mathworks.cn/help/matlab/ref/helpdlg.html) | 创建帮助对话框 | | [inputdlg](https://ww2.mathworks.cn/help/matlab/ref/inputdlg.html) | 创建输入对话框 | | [listdlg](https://ww2.mathworks.cn/help/matlab/ref/listdlg.html) | 创建选择列表对话框 | | [msgbox](https://ww2.mathworks.cn/help/matlab/ref/msgbox.html) | 创建消息对话框 | | [questdlg](https://ww2.mathworks.cn/help/matlab/ref/questdlg.html) | 创建问题对话框 | | [uigetfile](https://ww2.mathworks.cn/help/matlab/ref/uigetfile.html) | 打开文件选择对话框 | | [uiputfile](https://ww2.mathworks.cn/help/matlab/ref/uiputfile.html) | 打开用于保存文件的对话框 | | [uisetcolor](https://ww2.mathworks.cn/help/matlab/ref/uisetcolor.html) | 打开颜色选择器 | | [uisetfont](https://ww2.mathworks.cn/help/matlab/ref/uisetfont.html) | 打开字体选择对话框 | | [warndlg](https://ww2.mathworks.cn/help/matlab/ref/warndlg.html) | 创建警告对话框 | ### 2.创建图形用户界面-用户界面对象
| 名称 | 功能 | | ---------------------------------------------------------------------------- | ------- | | [uicontextmenu](https://ww2.mathworks.cn/help/matlab/ref/uicontextmenu.html) | 创建上下文菜单 | | [uicontrol](https://ww2.mathworks.cn/help/matlab/ref/uicontrol.html) | 创建用户界面 | ## 三.图像可视化函数
### 1.图象可视化函数-基本绘图和图象函数
| 名称 | 功能 | | ------------------------------------------------------------------------------------------------------------------------------------- | ------------ | | [bar](https://ww2.mathworks.cn/help/matlab/ref/bar.html),[barh](https://ww2.mathworks.cn/help/matlab/ref/barh.html) | 垂直和水平直方图 | | [histogram](https://ww2.mathworks.cn/help/matlab/ref/histogram.html) | 直方图 | | [hold](https://ww2.mathworks.cn/help/matlab/ref/hold.html) | 添加新绘图时保留当前绘图 | | [loglog](https://ww2.mathworks.cn/help/matlab/ref/loglog.html) | 双对数刻度曲线图 | | [pie](https://ww2.mathworks.cn/help/matlab/ref/pie.html) | 饼图 | | [plot](https://ww2.mathworks.cn/help/matlab/ref/plot.html) | 二维曲线 | | [semilogx](https://ww2.mathworks.cn/help/matlab/ref/semilogx.html),[semilogy](https://ww2.mathworks.cn/help/matlab/ref/semilogy.html) | 半对数刻度曲线图 | | [subplot](https://ww2.mathworks.cn/help/matlab/ref/subplot.html) | 创建坐标区 | ### 2.图象可视化函数-三维绘图函数
| 名称 | 功能 | | ----------------------------------------------------------------------------------------------------------------------- | --------------- | | [bar3](https://ww2.mathworks.cn/help/matlab/ref/bar3.html),[bar3h](https://ww2.mathworks.cn/help/matlab/ref/bar3h.html) | 三维条形图,水平三维条形图 | | [comet3](https://ww2.mathworks.cn/help/matlab/ref/comet3.html) | 三维彗星图 | | [cylinder](https://ww2.mathworks.cn/help/matlab/ref/cylinder.html) | 柱面图 | | [fill3](https://ww2.mathworks.cn/help/matlab/ref/fill3.html) | 填充的三维多边形 | | [plot3](https://ww2.mathworks.cn/help/matlab/ref/plot3.html) | 三维直角坐标曲线图 | | [quiver3](https://ww2.mathworks.cn/help/matlab/ref/quiver3.html) | 三维向量场图 | | [slice](https://ww2.mathworks.cn/help/matlab/ref/slice.html) | 切片图 | | [sphere](https://ww2.mathworks.cn/help/matlab/ref/sphere.html) | 球面 | | [stem3](https://ww2.mathworks.cn/help/matlab/ref/stem3.html) | 三维离散序列数据图(火柴杆图) | | [waterfall](https://ww2.mathworks.cn/help/matlab/ref/waterfall.html) | 瀑布水线图 | ### 3.图象可视化函数-表面、网格和轮廓绘制
| 名称 | 功能 | | ------------------------------------------------------------------ | ------------------ | | [contour](https://ww2.mathworks.cn/help/matlab/ref/contour.html) | 二维等高线图 | | [contourc](https://ww2.mathworks.cn/help/matlab/ref/contourc.html) | 低层等高线矩阵计算 | | [contourf](https://ww2.mathworks.cn/help/matlab/ref/contourf.html) | 填充的二维等高线图 | | [hidden](https://ww2.mathworks.cn/help/matlab/ref/hidden.html) | 删除网线图中隐线 | | [mesh](https://ww2.mathworks.cn/help/matlab/ref/mesh.html) | 网格曲面图 | | [meshc](https://ww2.mathworks.cn/help/matlab/ref/meshc.html) | 网格曲面图下的等高线图 | | [meshz](https://ww2.mathworks.cn/help/matlab/ref/meshz.html) | 带帷幕的网格曲面图 | | [peaks](https://ww2.mathworks.cn/help/matlab/ref/peaks.html) | peaks函数,是两个变量的样本函数 | | [surf](https://ww2.mathworks.cn/help/matlab/ref/surf.html) | 曲面图 | | [surfc](https://ww2.mathworks.cn/help/matlab/ref/surfc.html) | 曲面图下的等高线图 | | [surfl](https://ww2.mathworks.cn/help/matlab/ref/surfl.html) | 具有基于颜色图光照的曲面图 | | [trimesh](https://ww2.mathworks.cn/help/matlab/ref/trimesh.html) | 三角网线图 | | [trisurf](https://ww2.mathworks.cn/help/matlab/ref/trisurf.html) | 三角曲面图 | ### 4.图象可视化函数-图形图象处理
| 名称 | 功能 | | ----------------------------------------------------------------------------------------------- | -------------------- | | [axes](https://ww2.mathworks.cn/help/matlab/ref/axes.html) | 创建笛卡尔坐标区 | | [axis](https://ww2.mathworks.cn/help/matlab/ref/axis.html) | 坐标轴的比例和外观 | | [cla](https://ww2.mathworks.cn/help/matlab/ref/cla.html) | 清除坐标区 | | [clc](https://ww2.mathworks.cn/help/matlab/ref/clc.html) | 清除窗口命令行 | | [clf](https://ww2.mathworks.cn/help/matlab/ref/clf.html) | 清除当前窗口 | | [close](https://ww2.mathworks.cn/help/matlab/ref/close.html) | 关闭一个或多个图窗 | | [copyobj](https://ww2.mathworks.cn/help/matlab/ref/copyobj.html) | 复制图形对象及其子对象 | | [dragrect](https://ww2.mathworks.cn/help/matlab/ref/dragrect.html) | 用鼠标拖动绘制矩形 | | [figure](https://ww2.mathworks.cn/help/matlab/ref/figure.html) | 创建一个图形窗口 | | [findobj](https://ww2.mathworks.cn/help/matlab/ref/findobj.html) | 查找图形对象 | | [gca](https://ww2.mathworks.cn/help/matlab/ref/gca.html) | 获取当前轴的句柄 | | [gcbo](https://ww2.mathworks.cn/help/matlab/ref/gcbo.html) | 返回当前指向正在被调用的对象的句柄 | | [gcf](https://ww2.mathworks.cn/help/matlab/ref/gcf.html) | 获取当前图形句柄 | | [gco](https://ww2.mathworks.cn/help/matlab/ref/gco.html) | 返回当前对象的句柄 | | [get](https://ww2.mathworks.cn/help/matlab/ref/get.html) | 获取对象的属性 | | [getframe](https://ww2.mathworks.cn/help/matlab/ref/getframe.html) | 获取图形帧 | | [ginput](https://ww2.mathworks.cn/help/matlab/ref/ginput.html) | 标识坐标区坐标 | | [image](https://ww2.mathworks.cn/help/matlab/ref/image.html) | 从数组显示图象 | | [ishandle](https://ww2.mathworks.cn/help/matlab/ref/ishandle.html) | 测试是否有效的图形或 Java 对象句柄 | | [light](https://ww2.mathworks.cn/help/matlab/ref/light.html) | 创建一个光源对象 | | [line](https://ww2.mathworks.cn/help/matlab/ref/line.html) | 创建线条 | | [newplot](https://ww2.mathworks.cn/help/matlab/ref/newplot.html) | 确定图形对象的绘制位置 | | [patch](https://ww2.mathworks.cn/help/matlab/ref/patch.html) | 绘制一个或多个填充多边形区域 | | [rectangle](https://ww2.mathworks.cn/help/matlab/ref/rectangle.html) | 创建矩阵 | | [refresh](https://ww2.mathworks.cn/help/matlab/ref/refresh.html) | 重新绘制当前图形 | | [reset](https://ww2.mathworks.cn/help/matlab/ref/resetsystemobject.html) | 将图形对象重新设置为默认值 | | [rotate](https://ww2.mathworks.cn/help/matlab/ref/rotate.html) | 按指定方向旋转对象 | | [set](https://ww2.mathworks.cn/help/matlab/ref/set.html) | 设置对象属性 | | [surface](https://ww2.mathworks.cn/help/matlab/ref/surface.html) | 创建曲面图 | | [text](https://ww2.mathworks.cn/help/matlab/ref/text.html) | 标注文字 | | [uicontextmenu](https://ww2.mathworks.cn/help/matlab/ref/uicontextmenu.html) | 创建一个上下文按钮 | | [zoom](https://ww2.mathworks.cn/help/matlab/ref/matlab.graphics.interaction.internal.zoom.html) | 在二维图形上进行放大和缩小 | ## 四.文件输入输出函数
### 1.底层文件输入输出函数-常用函数
| 名称 | 功能 | | ---------------------------------------------------------------- | ----------------------- | | [fclose](https://ww2.mathworks.cn/help/matlab/ref/fclose.html) | 关闭文件 | | [fopen](https://ww2.mathworks.cn/help/matlab/ref/fopen.html) | 打开文件 | | [fread](https://ww2.mathworks.cn/help/matlab/ref/fread.html) | 读取二进制文件的数据 | | [fwrite](https://ww2.mathworks.cn/help/matlab/ref/fwrite.html) | 把二进制数据写入文件 | | [fgetl](https://ww2.mathworks.cn/help/matlab/ref/fgetl.html) | 逐行从文件中读取数据并舍弃换行符 | | [fgets](https://ww2.mathworks.cn/help/matlab/ref/fgets.html) | 从文件中读取行,保留换行符并把行作为字符串返回 | | [fprintf](https://ww2.mathworks.cn/help/matlab/ref/fprintf.html) | 把数据写入文本文件 | | [fscanf](https://ww2.mathworks.cn/help/matlab/ref/fscanf.htmll) | 读取文本文件的数据 | | [feof](https://ww2.mathworks.cn/help/matlab/ref/feof.html) | 测试文件是否结束 | | [ferror](https://ww2.mathworks.cn/help/matlab/ref/ferror.html) | 测试文件输入输出错误信息 | | [frewind](https://ww2.mathworks.cn/help/matlab/ref/frewind.html) | 将文件指针移动到文件开头 | | [fseek]( https://ww2.mathworks.cn/help/matlab/ref/fseek.html) | 设置文件位置指针 | | [ftell](https://ww2.mathworks.cn/help/matlab/ref/ftell.html) | 获取文件位置指针 | | [sprintf](https://ww2.mathworks.cn/help/matlab/ref/sprintf.html) | 把格式化数据写入一个字符串 | | [sscanf](https://ww2.mathworks.cn/help/matlab/ref/sscanf.html) | 从字符串读取格式化数据 | ### 2.底层文件输入输出函数-特殊函数
| 名称 | 功能 | | ------------------------------------------------------------------------ | --------------------------------------------- | | [hdfread](https://ww2.mathworks.cn/help/matlab/ref/hdfread.html) | 从 HDF4 或 HDF-EOS2 文件读取数据 | | [imfinfo](https://ww2.mathworks.cn/help/matlab/ref/imfinfo.html) | 返回有关图形文件的信息 | | [imread](https://ww2.mathworks.cn/help/matlab/ref/imread.html) | 从图形文件读取图像 | | [imwrite](https://ww2.mathworks.cn/help/matlab/ref/imwrite.html) | 将图像写入图形文件 | | [readmatrix](https://ww2.mathworks.cn/help/matlab/ref/readmatrix.html) | 从文件中读取矩阵(对于2018b之前的版本则使用csvread函数与dlmread函数) | | [writematrix](https://ww2.mathworks.cn/help/matlab/ref/writematrix.html) | 将矩阵写入文件(对于2018b之前的版本则使用csvwrite函数与dlmwrite函数) | ## 五.字符串函数
### 1.字符串函数-常用函数
| 名称 | 功能 | | -------------------------------------------------------------- | ---------------------- | | [eval](https://ww2.mathworks.cn/help/matlab/ref/eval.html) | 运行字符串表示的表达式 | | [char](https://ww2.mathworks.cn/help/matlab/ref/char.html) | 生成字符数组或者将其它数据类型转换为字符数组 | | [double](https://ww2.mathworks.cn/help/matlab/ref/double.html) | 将数字字符串转换成双精度数字 | ### 2.字符串函数-字符串操作
| 名称 | 功能 | | ------------------------------------------------------------------ | ------------------ | | [deblank](https://ww2.mathworks.cn/help/matlab/ref/deblank.html) | 删除字符串末尾的空格 | | [lower](https://ww2.mathworks.cn/help/matlab/ref/lower.html) | 转换为小写 | | [strcat](https://ww2.mathworks.cn/help/matlab/ref/strcat.html) | 字符串连接组合 | | [strcmp](https://ww2.mathworks.cn/help/matlab/ref/strcmp.html) | 字符串比较 | | [strcmpi](https://ww2.mathworks.cn/help/matlab/ref/strcmpi.html) | 字符串比较(忽略大小写) | | [strfind](https://ww2.mathworks.cn/help/matlab/ref/strfind.html) | 在其它字符串中查找字符串 | | [strjust](https://ww2.mathworks.cn/help/matlab/ref/strjust.html) | 调整字符串排列位置 | | [strncmp](https://ww2.mathworks.cn/help/matlab/ref/strncmp.html) | 比较字符串的前n个字符 | | [strrep](https://ww2.mathworks.cn/help/matlab/ref/strrep.html) | 查找和替换子字符串 | | [strtok](https://ww2.mathworks.cn/help/matlab/ref/strtok.html) | 寻找字符串中第一个空字符前边的字符串 | | [texlabel](https://ww2.mathworks.cn/help/matlab/ref/texlabel.html) | 将字符串转换为Tex格式 | | [upper](https://ww2.mathworks.cn/help/matlab/ref/upper.html) | 转换为大写 | ### 3.字符串函数-字符串和数值的转换
| 名称 | 功能 | | ---------------------------------------------------------------------- | --------- | | [int2str](https://ww2.mathworks.cn/help/matlab/ref/int2str.html) | 整数转换为字符串 | | [mat2str](https://ww2.mathworks.cn/help/matlab/ref/mat2str.html) | 矩阵转换为字符串 | | [num2str](https://ww2.mathworks.cn/help/matlab/ref/num2str.html) | 数值转换为字符串 | | [sprintf](https://ww2.mathworks.cn/help/matlab/ref/sprintf.html) | 格式输出字符串 | | [sscanf](https://ww2.mathworks.cn/help/matlab/ref/sscanf.html) | 格式读入字符串 | | [str2double](https://ww2.mathworks.cn/help/matlab/ref/str2double.html) | 字符串转换为双精度 | | [str2num](https://ww2.mathworks.cn/help/matlab/ref/str2num.html) | 字符串转换为数值 | ### 4.字符串函数-进制转换
| 名称 | 功能 | | ---------------------------------------------------------------- | ---------------------------------- | | [bin2dec](https://ww2.mathworks.cn/help/matlab/ref/bin2dec.html) | 将二进制整数的文本表示转换为双精度值 | | [dec2bin](https://ww2.mathworks.cn/help/matlab/ref/dec2bin.html) | 将十进制整数转换为其二进制表示形式 | | [dec2hex](https://ww2.mathworks.cn/help/matlab/ref/dec2hex.html) | 将十进制整数转换为其十六进制表示形式 | | [hex2dec](https://ww2.mathworks.cn/help/matlab/ref/hex2dec.html) | 将十六进制整数的文本表示转换为双精度值 | | [hex2num](https://ww2.mathworks.cn/help/matlab/ref/hex2num.html) | 将 IEEE 十六进制格式转换为双精度数(与num2hex配对使用) | | [num2hex](https://ww2.mathworks.cn/help/matlab/ref/num2hex.html) | 将单精度数和双精度数转换为 IEEE 十六进制格式 | ## 六.数据分析和傅立叶变换
### 1.数据分析和傅立叶变换-基本运算
| 名称 | 功能 | | ------------------------------------------------------------------------- | ----------------- | | [abs](https://ww2.mathworks.cn/help/matlab/ref/abs.html) | 绝对值和复数的模 | | [convhull](https://ww2.mathworks.cn/help/matlab/ref/convhull.html) | 凸壳(凸包)函数 | | [cumprod](https://ww2.mathworks.cn/help/matlab/ref/cumprod.html) | 累积乘积 | | [cumsum](https://ww2.mathworks.cn/help/matlab/ref/cumsum.html) | 累积和 | | [cumtrapz](https://ww2.mathworks.cn/help/matlab/ref/cumtrapz.html) | 累积梯形数值积分 | | [delaunay](https://ww2.mathworks.cn/help/matlab/ref/delaunay.html) | Delaunay三角化(三角剖分) | | [dsearchn](https://ww2.mathworks.cn/help/matlab/ref/dsearchn.html) | 最近点搜索 | | [factor](https://ww2.mathworks.cn/help/matlab/ref/factor.html) | 质数分解 | | [inpolygon](https://ww2.mathworks.cn/help/matlab/ref/inpolygon.html) | 搜索多边形内的点 | | [max](https://ww2.mathworks.cn/help/matlab/ref/max.html) | 最大元素 | | [mean](https://ww2.mathworks.cn/help/matlab/ref/mean.html) | 平均值 | | [median](https://ww2.mathworks.cn/help/matlab/ref/median.html) | 数组的中位数值 | | [min](https://ww2.mathworks.cn/help/matlab/ref/min.html) | 最小值 | | [perms](https://ww2.mathworks.cn/help/matlab/ref/perms.html) | 向量所有可能的排列组成的矩阵 | | [polyarea](https://ww2.mathworks.cn/help/matlab/ref/polyarea.html) | 多边形的面积 | | [primes](https://ww2.mathworks.cn/help/matlab/ref/primes.html) | 生成质数列表 | | [prod](https://ww2.mathworks.cn/help/matlab/ref/prod.html) | 数组元素的乘积 | | [sort](https://ww2.mathworks.cn/help/matlab/ref/sort.html) | 对数组元素排序 | | [sortrows](https://ww2.mathworks.cn/help/matlab/ref/double.sortrows.html) | 对矩阵行或表行进行排序 | | [std](https://ww2.mathworks.cn/help/matlab/ref/std.html) | 标准差 | | [sum](https://ww2.mathworks.cn/help/matlab/ref/sum.html) | 元素和 | | [trapz](https://ww2.mathworks.cn/help/matlab/ref/trapz.html) | 梯形数值积分 | | [tsearchn](https://ww2.mathworks.cn/help/matlab/ref/tsearchn.html) | N 维最近单纯形搜索法 | | [var](https://ww2.mathworks.cn/help/matlab/ref/var.html) | 方差 | | [voronoi](https://ww2.mathworks.cn/help/matlab/ref/voronoi.html) | Voronoi图 | ### 2.数据分析和傅立叶变换-滤波和卷积
| 名称 | 功能 | | ---------------------------------------------------------------- | -------------- | | [conv](https://ww2.mathworks.cn/help/matlab/ref/conv.html) | 卷积和多项式相乘 | | [conv2](https://ww2.mathworks.cn/help/matlab/ref/conv2.html) | 二维卷积 | | [deconv](https://ww2.mathworks.cn/help/matlab/ref/deconv.html) | 反卷积(去卷积)和多项式除法 | | [filter](https://ww2.mathworks.cn/help/matlab/ref/filter.html) | 一维数字滤波 | | [filter2](https://ww2.mathworks.cn/help/matlab/ref/filter2.html) | 二维数字滤波 | ### 3.数据分析和傅立叶变换-傅立叶变换
| 名称 | 功能 | | -------------------------------------------------------------------- | --------------- | | [angle](https://ww2.mathworks.cn/help/matlab/ref/angle.html) | 相位角 | | [cplxpair](https://ww2.mathworks.cn/help/matlab/ref/cplxpair.html) | 将复数排序为复共轭对数 | | [fft](https://ww2.mathworks.cn/help/matlab/ref/fft.html) | 一维快速傅立叶变换 | | [fft2](https://ww2.mathworks.cn/help/matlab/ref/fft2.html) | 二维快速傅立叶变换 | | [fftn](https://ww2.mathworks.cn/help/matlab/ref/fftn.html) | N维快速傅立叶变换 | | [fftshift](https://ww2.mathworks.cn/help/matlab/ref/fftshift.html) | 将零频分量移到频谱中心 | | [ifft](https://ww2.mathworks.cn/help/matlab/ref/ifft.html) | 快速傅立叶逆变换 | | [ifft2](https://ww2.mathworks.cn/help/matlab/ref/ifft2.html) | 二维快速傅立叶逆变换 | | [ifftn](https://ww2.mathworks.cn/help/matlab/ref/ifftn.html) | 多维快速傅立叶逆变换 | | [ifftshift](https://ww2.mathworks.cn/help/matlab/ref/ifftshift.html) | 逆零频平移 | | [nextpow2](https://ww2.mathworks.cn/help/matlab/ref/nextpow2.html) | 2 的更高次(最相邻)幂的指数 | | [unwrap](https://ww2.mathworks.cn/help/matlab/ref/unwrap.html) | 平移相位角 | ### 4.数据分析和傅立叶变换-按位运算
| 名称 | 功能 | | ------------------------------------------------------------------ | -------- | | [bitand](https://ww2.mathworks.cn/help/matlab/ref/bitand.html) | 按位与运算 | | [bitor](https://ww2.mathworks.cn/help/matlab/ref/bitor.html) | 按位或运算 | | [bitxor](https://ww2.mathworks.cn/help/matlab/ref/bitxor.html) | 按位异或运算 | | [bitget](https://ww2.mathworks.cn/help/matlab/ref/bitget.html) | 获取指定位置的位 | | [bitset](https://ww2.mathworks.cn/help/matlab/ref/bitset.html) | 设置指定位置的位 | | [bitshift](https://ww2.mathworks.cn/help/matlab/ref/bitshift.html) | 将位移动指定位数 |