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 years 前 | 1 个回答 | 0
