Feeds
提问
How do I solve this error: 'Error using alpha. Too many output arguments.' ? It comes up when I try to create a user-defined function for the input: 'de_trim'.
The code is supposed to take the user input 'de_trim' and calculate if creates a stall condition for the plane. None of the outp...
9 years 前 | 1 个回答 | 0
1
个回答提问
Last Part of Baseball Trajectory Problem
My issues concerns the for loop containing k3 and k4 at the bottom of the code (top half is just for reference I guess, although...
9 years 前 | 1 个回答 | 0
1
个回答提问
(Same trajectory problem now with different plot results and problems). I'm trying to write a script that will plot a balls trajectory.
Intial position and velocity are known (Vi, xi, yi), and air resistance is neglected. Originally I used t=zeros(1,3600); and wit...
9 years 前 | 1 个回答 | 0
1
个回答提问
I'm trying to create a script file that determines the trajctory of a baseball thrown with an initial velocity of 20 m/s, there's no air resistence.
I'm trying to create a script file that determines the trajctory of a baseball thrown with an initial velocity of 20 m/s, there'...
9 years 前 | 2 个回答 | 0
