Feeds
已回答
2D and 3D graphs
num = xlsread("Test1.xlsx") ; [r,c] = size(num'); n = r/9; % Arrange the data A = permute(reshape(num,[c,r/n,n]),[2,1,3]...
2D and 3D graphs
num = xlsread("Test1.xlsx") ; [r,c] = size(num'); n = r/9; % Arrange the data A = permute(reshape(num,[c,r/n,n]),[2,1,3]...
1 year 前 | 0
