Feeds
답변 있음
3-D plot for the function f(t)=(t,t^2,t^3) in t between 0 to 100 with matlab code
t=0:1:100; f=(t,t.^2,t.^3); plot3(f); %Question: Draw the 3-D plot for the function f(t)=(t, t 2, t 3), where 0 t 100.
3-D plot for the function f(t)=(t,t^2,t^3) in t between 0 to 100 with matlab code
t=0:1:100; f=(t,t.^2,t.^3); plot3(f); %Question: Draw the 3-D plot for the function f(t)=(t, t 2, t 3), where 0 t 100.
4년 초과 전 | 0
