2011-12-28 92 views

回答

5

作为您发布的第一个链接解释,字符串只是矩阵,所以您可以使用常规矩阵操作,例如length

> x = "teststring"; 
> length(x) 
ans = 10 
相关问题