[X,Y] = meshgrid (0:pi/8:pi,-pi:pi/8:pi); U1 = sin (X); V1 = cos (Y); U2 = sin (Y); V2 = cos (X); Create a tiled layout of plots with two axes, ax1 and ax2.
確定! 回上一頁