Jacey Allen
Followers: 0 Following: 0
Statistics
RANK
108,266
of 295,527
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
ode45 for 4 DOF system - How to do with Matrices?
I have figured out how to run the ode45 with matrices.
5 years ago | 0
| accepted
Question
ode45 for 4 DOF system - How to do with Matrices?
Hello! I am trying to do a ode45 code for a 4 dof vibrational system with 4x4 matrices for mass, damping, and stiffness. The vib...
5 years ago | 2 answers | 0
2
answersQuestion
Nested For Loop Help
I am trying to graph 9 plots. 3 for each altitude, with given T0 and P0, for Mach (M0) against F,spillage, and N_corr4. I had to...
5 years ago | 1 answer | 0
1
answerQuestion
Second argument must be a scalar or vector of length 2. (fzero)
So this is the section of my code that is having issues. Essentially I am trying to find the q value that will give an Fy=0. My ...
6 years ago | 2 answers | 0
2
answersQuestion
Why do I get the error "Subscript indices must be real positive integers or logicals?"
for k=1:length(x) d=T(V)-Dft(V)-Dw(V); end max = max(d);
6 years ago | 2 answers | 0