matlab while loop 问题. n=1;whilen<=3;A(n)=3*n;An=n+1;end这是我写的公式但是为什么运行了之后结果是ans=1求解... n = 1; while n <= 3; A(n)=3*n;
確定! 回上一頁