程序如下>> x=A400(:,1);>> y=A400(:,2);>> z=A400(:,3);>> contourf(x,y,z,20);??? Attempted to access x(:,0); index must be a positive integer or logical.什么意思? 错误我知道了,contour不能用向量,必须用矩阵,比如我这个数据是400*3的大小,第一二列分别作X、Y轴。第三列的值做投影,怎么画?正确加50分~
51自学网 All Rights Reserved QQ:939804642 Email: cadweb@126.com 京ICP备05004759号