matlab中的字符串數組與函數調用 1, matlab中的字符串就是1維字符數組,即如: 當然也可以: c= strcat(a, b); 2, matlab中的字符串數組盡量用cell來表示,即如: ...