ImageVerifierCode 换一换
格式:DOCX , 页数:106 ,大小:62.42KB ,
资源ID:19889578      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/19889578.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(MATLAB 函数中文说明及快速浏览Word下载.docx)为本站会员(b****5)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

MATLAB 函数中文说明及快速浏览Word下载.docx

1、ind2sub线性索引的下标sub2ind将下标转换为线性索引数组维度length矢量或最大数组维度的长度ndims数组维度数目numel数组元素的数目sizeArray dimensionsheight表格行数width表的变量数iscolumn确定输入是否为列矢量isempty确定数组是否为空ismatrix确定输入是否为矩阵isrow确定输入是否为行矢量isscalar确定输入是否为标量isvector确定输入是否为矢量数组排序和调整circshift循环偏移数组ctranspose复数共轭转置flip翻转元素顺序flipdim沿指定维度翻转数组fliplr左右翻转矩阵flipud上下翻

2、转矩阵ipermuteN 维数组的逆置换维度permute重新排列 N 维数组的维度repmatReplicate and tile arrayreshapeReshape arrayrot90Rotate matrix 90 degreesshiftdimShift dimensionsissorted确定集元素是否处于排序顺序sortSort array elements in ascending or descending ordersortrowsSort rows in ascending ordersqueezeRemove singleton dimensionstranspos

3、e转置vectorize矢量化表达式运算符和基本运算算术运算plus加法uplus一元加法minus减法uminus一元减法times按元素乘法rdivideRight array divisionldivide数组左除power按元素求幂mtimes矩阵乘法mrdivide对线性方程组 xA = B 求解 xmldivide对线性方程组 Ax = B 求解 xmpower矩阵幂cumprod累计乘积cumsum累积和diff差分和近似导数prodProduct of array elementssum数组元素总和ceil朝正无穷大四舍五入fix朝零四舍五入floor朝负无穷大四舍五入idiv

4、ide带有舍入选项的整除mod除后的模数remRemainder after divisionroundRound to nearest integer关系运算Relational Operatorseq确定相等性ge决定大于或等于gt确定大于le确定小于等于lt确定小于ne确定不相等性 isequal确定数组相等性isequaln测试数组相等性,将 NaN 值视为相等逻辑运算Logical Operators: Elementwise对数组执行按元素逻辑运算 Short-circuit具有短路功能的逻辑运算and查找数组或标量输入的逻辑 ANDnot计算数组或标量输入的逻辑非or查找数组或标

5、量输入的逻辑 OR 运算xor逻辑异 ORall确定所有的数组元素是为非零还是 trueany确定任何数组元素是否为非零find查找非零元素的索引和值islogical确定输入是否为逻辑数组logical将数值转换为逻辑值集合运算intersect设置两个数组的交集ismember判断数组元素是否为集数组成员setdiffSet difference of two arrayssetxorSet exclusive OR of two arraysunion设置两个数组的并集unique数组中的唯一值join通过使用键变量匹配行来合并两个表innerjoin两个表之间的内部联接outerjoi

6、n两张表之间的外连接按位运算bitand按位 ANDbitcmp按位补数bitget获取指定位置的位bitor按位 ORbitset设置指定位置的位bitshift将位偏移指定位数bitxor按位 XORswapbytes交换字节顺序特殊字符Special Characters数据类型数值类型double转换为双精度值singleConvert to single precisionint8转换为 8 位带符号整数int16转换为 16 位带符号整数int32转换为 32 位带符号整数int64转换为 64 位带符号整数uint8转换为 8 位无符号整数uint16转换为 16 位无符号整数u

7、int32转换为 32 位无符号整数uint64转换为 64 位无符号整数cast将变量转换为不同的数据类型typecast在不更改基础数据的情况下转换数据类型isinteger确定输入是否为整数数组isfloat确定输入是否为浮点数组isnumeric确定输入是否为数值数组isreal检查输入是否为实数数组isfinite为有限值的数组元素isinf无限的数组元素isnan判断查询数组元素是否包含 NaN 值eps浮点相对精度flintmax浮点格式的最大连续整数Inf无穷大intmax指定整数类型的最大值intmin指定整数类型的最小值NaN非数字realmaxLargest positi

8、ve floating-point numberrealminSmallest positive normalized floating-point number字符和字符串创建并串联字符串blanks创建空白字符的字符串cellstr从字符数组创建字符串元胞数组char转换为字符数组(字符串)iscellstr确定输入是否为字符串元胞数组ischar确定项目是否为字符数组sprintfFormat data into stringstrcat水平串联字符串strjoin将元胞数组中的字符串联接为单个字符串解析字符串isletter英文字母形式的数组元素isspace空格字符形式的数组元素is

9、strprop确定字符串是否为指定类别sscanfRead formatted data from stringstrfind在一个字符串内查找另一个字符串strrep查找并替换子字符串strsplit在指定的分隔符处拆分字符串strtok所选的字符串部分validatestring检查文本字符串的有效性symvar确定表达式中的符号变量regexpMatch regular expression (case sensitive)regexpiMatch regular expression (case insensitive)regexprepReplace string using reg

10、ular expressionregexptranslateTranslate string into regular expression比较字符串strcmp比较字符串(区分大小写)strcmpi比较字符串(不区分大小写)strncmp比较字符串的前 n 个字符(区分大小写)strncmpi比较字符串的前 n 个字符(不区分大小写)更改字符串大小写、空格和对齐方式deblank剥离字符串的尾随空格strtrim删除字符串中的前导和尾随空格lower将字符串转换为小写upper将字符串转换为大写strjust对齐字符数组分类数组categorical创建分类数组iscategorical确定

11、输入是否为分类数组categories分类数组的类别iscategory测试分类数组类别isordinal确定输入是否为有序分类数组isprotected确定分类数组的类别是否受保护addcats将类别添加到类别数组mergecats合并分类数组中的类别removecatsRemove categories from categorical arrayrenamecatsRename categories in categorical arrayreordercatsReorder categories in categorical arraysummary输出表或分类数组的摘要countca

12、ts按类别统计分类数组元素的出现次数isundefined查找分类数组中未定义的元素表格table根据工作区变量创建表array2table将同构数组转换为表cell2table将元胞数组转换为表struct2table将结构体数组转换为表table2array将表转换为同构数组table2cell将表转换为元胞数组table2struct将表转换为结构体数组readtableCreate table from filewritetable将表写入文件istable确定输入是否为表stackStack data from multiple variables into single varia

13、bleunstack将单个变量中的数据退栈到多个变量中ismissing查找表元素中的缺失值standardizeMissing将缺失值指示符插入表中varfun向表变量应用函数rowfunApply function to table rows结构体struct创建结构体数组fieldnames结构体的字段名称或对象的公共字段getfield结构体数组字段isfield确定输入是否为结构体数组字段isstruct确定输入是否为结构体数组orderfields结构体数组的顺序字段rmfieldRemove fields from structuresetfieldAssign values t

14、o structure array fieldarrayfun将函数应用于每个数组元素structfun对标量结构体的每个字段应用函数cell2struct将元胞数组转换为结构体数组struct2cell将结构体转换为元胞数组元胞数组cell创建元胞数组cell2mat将元胞数组转换为数值数组celldisp元胞数组内容cellfun对元胞数组中的每个元胞应用函数cellplot以图形方式显示元胞数组的结构体iscell确定输入是否为元胞数组mat2cell将数组转换为可能具有不同大小的元胞的元胞数组num2cell将数组转换为相同大小的元胞数组函数句柄function_handle ()间接

15、调用函数时使用的句柄feval计算函数func2str从函数句柄构造函数名称字符串str2func从函数名称字符串构造函数句柄localfunctionsMATLAB 文件中所有本地函数的函数句柄functions关于函数句柄的信息映射容器containers.Map将值映射到唯一键isKey确定 containers.Map 对象是否包含键keys确定 containers.Map 对象的键removeRemove key-value pairs from containers.Map objectvalues标识 containers.Map 对象中的值时序时序基础知识appendConc

16、atenate time series objects in time dimensiongetQuery timeseries object property valuesgetdatasamplesizeSize of data sample in timeseries objectgetqualitydescData quality descriptionsgetsamplesSubset of time series samples using subscripted index arrayplotPlot time seriessetSet properties of timeser

17、ies objecttsdata.event构造 timeseries 对象的事件对象timeseriesCreate timeseries object数据处理addsampleAdd data sample to timeseries objectTranspose timeseries objectdelsampleRemove sample from timeseries objectdetrendSubtract mean or best-fit line and all NaNs from timeseries objectfilterShape frequency content

18、 of time-seriesgetabstimeExtract date-string time vector into cell arraygetinterpmethodInterpolation method for timeseries objectgetsampleusingtimeExtract data samples into new timeseries objectidealfilterApply ideal (noncausal) filter to timeseries objectresampleSelect or interpolate timeseries dat

19、a using new time vectorsetabstimeSet times of timeseries object as date stringssetinterpmethodSet default interpolation method for timeseries objectsynchronizeSynchronize and resample two timeseries objects using common time vector事件数据addevent将事件添加到 timeseries 对象delevent将 tsdata.event 对象从 timeseries

20、 对象中删除gettsafteratevent样本发生在出现事件时或之后的新 timeseries 对象gettsafterevent样本发生在出现事件之后的新 timeseries 对象gettsatevent样本发生在出现事件时的新 timeseries 对象gettsbeforeatevent样本发生在出现事件之前或出现事件时的新 timeseries 对象gettsbeforeevent样本发生在出现事件之前的新 timeseries 对象gettsbetweenevents样本发生在两个事件之间的新 timeseries 对象描述性统计iqrInterquartile range o

21、f timeseries datamaxMaximum value of timeseries datameanMean value of timeseries datamedianMedian value of timeseries dataminMinimum value of timeseries datastdStandard deviation of timeseries dataSum of timeseries datavarVariance of timeseries data时序集合get (tscollection)查询 tscollection 对象属性值isempty

22、(tscollection)确定 tscollection 对象是否为空length (tscollection)时间矢量的长度set (tscollection)Set properties of tscollection objectsize (tscollection)Size of tscollection objecttscollection创建 tscollection 对象addsampletocollection将样本添加到 tscollection 对象addts将 timeseries 对象添加到 tscollection 对象中delsamplefromcollectio

23、n将样本从 tscollection 对象中删除getabstime (tscollection)将日期字符串时间矢量提取到元胞数组getsampleusingtime (tscollection)将数据样本提取到新 tscollection 对象gettimeseriesnamestscollection 对象中 timeseries 对象的名称的元胞数组horzcat (tscollection)水平串联 tscollection 对象removetsRemove timeseries objects from tscollection objectresample (tscollection)Select or interpolate data in tscollection using new time vectorsetabstime (tscollection)Set times of tscollection object as date stringssettimeseriesnamesChange name of timeseries object in tscollectionvertcat (tscollection)垂直串联 tscollection 对象数据类型标识is*检测状态isa确定输入是否为指定类的对象i

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1