data = [5, 1, 2; 3, 7, 4]; [row, col] = size(data); %求出矩阵data的行数和列数%加t表示按Windows格式输出换行,即0xOD 0x0A,没有t表示按Linux ...
確定! 回上一頁