x = linspace(0,10); [X,Y] = meshgrid(x,x); z = X.*Y; s = pcolor(x,x,z); s.FaceColor = 'interp';. grid , matlab , ploting, plot ...
確定! 回上一頁