• 2022-06-19
    下列程序的运行结果是( )。 x=[0,1,1,0,0]; y=[0,0,1,1,0]; for n=1:3
    plot(n*x,n*y)
    hold on end axis equal
    A: 3个左下角在原点的矩形
    B: 3个中心在原点的矩形
    C: 3条直线
    D: 15个点