Feeds
已回答
How do I change height and colour of cylinder made with SURF?
k=0:0.2:1; [X,Y,Z]=cylinder(k,3); figure surf(X(1:2,:),Y(1:2,:),Z(1:2,:),'facecolor',[0,0,1]) hold on surf(X(2:3,:...
How do I change height and colour of cylinder made with SURF?
k=0:0.2:1; [X,Y,Z]=cylinder(k,3); figure surf(X(1:2,:),Y(1:2,:),Z(1:2,:),'facecolor',[0,0,1]) hold on surf(X(2:3,:...
3 years 前 | 0
提问
How to solve Coupled Differential Equations
Hi how to solve that set of equations y'-x'=2-x 2x'-y'=3+2y
3 years 前 | 2 个回答 | 0