忧虑发带

文章
9
资源
1
加入时间
3年2月3天

MATLAB笔记:一些自嵌函数/built-in functionstrvcat(不推荐)垂直串联字符串ind2sub 索引值转换为下标squeezegcd(求最大公约数)fullfilephysconsttypecast(在不更改基础数据的情况下转换数据类型)swapbytes(交换字节顺序)uigetfile(选择打开文件夹)groot(图形根对象)NAN(创建所有值均为 NaN 的数组)repmat(重复数组副本)patch(绘制一个或多个填充多边形区域)enumeration(枚举类)b

文章目录strvcat(不推荐)垂直串联字符串strvcat(不推荐)垂直串联字符串官网链接function s=strvcat(varargin)% https://ww2.mathworks.cn/help/matlab/ref/strvcat.html%STRVCAT Vertically concatenate character vectors or string scalars.% S = STRVCAT(T1,T2,T3,..) forms the character .