matlab

建立字符数组
dir_name={'cat';'chipmunk';'dog'};

dir_name(1) 为cell 类型
dir_name{1} 为char类型

字符串拼接

str = [str1,str2]

circshift

matlab_第1张图片
Paste_Image.png

conj函数:

matlab_第2张图片
Paste_Image.png

rand:

matlab_第3张图片
Paste_Image.png

你可能感兴趣的:(matlab)