Feeds
提问
How do you set up a function file to loop through a vector of values for use with ode45?
From input file (the length of CL is known--26): i = 1:length(CL); in.C_L = CL(i); in.C_D = CD(i); From EOM ...
13 years 前 | 0 个回答 | 0
0
个回答提问
How come an explicit solution cannot be found using solve?
The error is: Warning: 362 equations in 1 variables. > In /Applications/MATLAB_R2012a.app/toolbox/symbolic/symbolic/sy...
13 years 前 | 1 个回答 | 0
