Feeds
질문
How to draw a surface covered by 3D line plots
x1=[p] y1=[vw] Z1=[v] for r=1:23 for n=1:23 if r==n z1(r,n)=Z1(r,n); els...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
A null assignment can have only one non-colon index
B=zeros(23,23) for r=1:23; for n=1:23; if r==n B(r,n)=A(r,n); else ...
대략 7년 전 | 답변 수: 1 | 0

