使用plot3函数,MATLAB官网教程:
http://cn.mathworks.com/help/matlab/ref/plot3.html?s_tid=gn_loc_drop
plot3(x1,y1,z1,'LineWidth',2);
hold on;
plot3(x2,y2,z2,'LineWidth',2);
使用plot3函数,MATLAB官网教程:
http://cn.mathworks.com/help/matlab/ref/plot3.html?s_tid=gn_loc_drop
plot3(x1,y1,z1,'LineWidth',2);
hold on;
plot3(x2,y2,z2,'LineWidth',2);