Feeds
질문
I keep getting errors when trying to use the ode 45 function to integrate an acceleration equation to determine vO vs. t, transferring all constants to the function using global variables.
This is my main code: clc clear f=3500; cd=.6; cf=3; m0=600; c=2; d=0; dN=0; for t=0:0.1:5 vE=0; m=m0-(...
7년 초과 전 | 답변 수: 1 | 0
