Statistics
3 Questions
                        0 Answers
RANK
79,388
                          
                          
of 300,381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          3 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            100.0%
                        
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
hi I am trying to use this code to solve RK4 equation and I keep receiving this error . what should I do?
function [tout,Aout] = ivp_RK4(t0,A0,h,n_out,i_out) tout = zeros(n_out+1,1); tout(1) = 0; Aout = zeros(n_out+1,1);...
5 years ago | 1 answer | 0
1
answerQuestion
write the program to calculate real roots of quadradic equation with nested function.
hi,i I'm pretty new in matlab .i wanna write the program to calculate real roots of quadradic equation with nested function. ...
5 years ago | 1 answer | 0
1
answerQuestion
can I use switch case for strings?
hi i am trying to learn matlab and im really beginner at it. can we use switch case for string ? i really dont have a clue wh...
5 years ago | 2 answers | 0

                
              
