Feeds
답변 있음
How to plot a 3D graphic with app designer ?
function projmotion(x0,y0,v0,theta) g = 9.8; theta=45; alpha=80; v0=100; y0=50; x0=50; z0=20; xc=795; yc=235; zc=215; ...
How to plot a 3D graphic with app designer ?
function projmotion(x0,y0,v0,theta) g = 9.8; theta=45; alpha=80; v0=100; y0=50; x0=50; z0=20; xc=795; yc=235; zc=215; ...
거의 6년 전 | 0
질문
how make 3d plotting
function projmotion(x0,y0,v0,theta) g = 9.8; theta=45; alpha=60; v0=50; y0=50; x0=50; z0=20; angle = theta*(pi./180); h...
거의 6년 전 | 답변 수: 1 | 0
