Matlab 版 (精华区)
deblank :去掉字符串末尾的空格
findstr :查找字符串
isstr :字符串判断
isletter:字母判断
isspace :空子符判断
lower :转换为小写
strcat :字符串连接组合
strcmp :字符串比较
strcmpi :字符串比较(忽略大小写)
strjust :调整字符串排列位置
strmatch:寻找符合条件的行
strncmp :比较字符串的前n个字符
strrep :寻找和替代
strtok :寻找字符串中第一个空字符前边的字符串×× /标记查找
strvcat :字符串竖向连接(组合)
symvar :寻找字符串表达式中的变量(除了i,j,pi,inf,nan,eps以及通用函数
的其他标识符),如果没有找到变量则返回空单元数组{}
strings :Matlab字符串函数说明
str2mat :字符串转换成文本
texlabel:将字符串转换为Tex格式(推荐理科同学掌握Latex)
upper :字符串大写
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.089毫秒