求教高手幫忙解釋下matlab命令問題
數(shù)據(jù)是從excel中導(dǎo)入的,是朋友的同學(xué)幫我弄的,現(xiàn)在不好意思再麻煩人家了,請教高手幫我解釋下這些命令代表什么意思。多謝了
[x y]=xlsread('123.xlsx');
X=x(1,2:end);
Time=x(2:end,1);
[xx yy]=meshgrid(X,Time);
D=x(2:end,2:end);
subplot(2,1,1)
surf(xx,yy,D,'linestyle','none','facealpha',1);
ylabel('Time','fontsize',14);
xlabel('x','fontsize',14);
set(gcf,'unit','normalized','position',[0.1 0.1 0.5 0.8])
set(gca,'unit','normalized','position',[0.1 0.55 0.8 0.4])
% AZ=90;
% EL=70;
% view(AZ,EL)
subplot(2,1,2)
返回小木蟲查看更多
今日熱帖
京公網(wǎng)安備 11010802022153號
,