How can I save a 3D animated line as a video or gif in MATLAB

后端 未结 0 1906
慢半拍i
慢半拍i 2021-01-21 06:47

I want to simulate the trajectory of a particle in 3d so I have created this small simulation using this code:

nP=100;
N=100;

z=rand(nP,N);
y=rand(nP,N);                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题