Statistics
3 Questions
                        0 Answers
RANK
205,358
                          
                          
of 300,381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          3 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            33.33%
                        
VOTES RECEIVED
0
RANK
 of 20,941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,477
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
Question
solution of ode's with inputs using ode45
Why do these two pieces of script give the same output? Linear Dynamics: % This code calculates the solution to the Line...
10 years ago | 1 answer | 0
1
answerQuestion
Multi-input state space solution using ODE45
I have the linear dynamics set up as follows: function dx = sys(t,x) global c m g r J A = [0 0 0 1...
10 years ago | 1 answer | 0
1
answerQuestion
Is there any other more efficient way of writing this code?
for tt=1:100 for t = 1:1000; y = a*y0+e+w-a*w0; y0 = y; w0 = w; ...
11 years ago | 0 answers | 0

