B = CELL2STR(C) 返回 B 使得 C = EVAL(B)。 这与 NUM2STR 相同,但它适用于包含字符串、数值数组和其他元胞数组的元胞数组。 C 必须是二维元胞数组。 B 将是一个可以评估的字符串。 返回与 C 相同(达到数值精度)的元胞数组。 可选的输入参数: B = CELL2STR(C,N) 对数值数组使用 N 位精度。 N 默认为 15。 B = CELL2STR(C,'class') 和 B = CELL2STR(C,N,'class') 还包括数值数组的类字符串。
2023-04-03 17:01:47 2KB matlab
1
matlab开发-cell2str。将二维单元格数组转换为可计算字符串
2022-04-06 17:02:31 2KB 语言基础
1
CELL2STR 将字符串元胞数组转换为字符数组。 通过用空格填充每行中的字符串,可以得到生成的字符数组。 例子str = {'this' 'is' 'a' 'test' 'of' 'cell' '2' 'str'}; cell2str(str)
2021-08-06 15:42:04 593B matlab
1
把一个cell向量转化为string向量 transform a cell vector to the string vector.
2021-07-14 09:09:47 291B cell2str
1
把一个cell向量转化为string向量 transform a cell vector to the string vector.
2021-06-28 09:09:10 223B matlab cell2str
1
把一个cell向量转化为string向量 transform a cell vector to the string vector.
2021-06-15 21:39:47 193B matlab cell2str
1