matlab 函数sscanf返回可以变大小矩阵( 或者是细胞array),可以分配给变量名的矩阵。>> clear all ;line = '1 2' ;[a, sz] = sscanf( line, '%d %d' ) ;
確定! 回上一頁