Statistics
6 Questions
                        0 Answers
RANK
116,248
                          
                          
of 300,381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          6 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            66.67%
                        
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
ODE modeling in 3- dimension and looping
I simulating an ODE using function ode15s. I set up the output as: Classes = struct('S', zeros(length(tspan), n, soc), 'E', zer...
2 years ago | 1 answer | 0
1
answerQuestion
Changing initial condition for ODE
I am simulating a disease model using ODE45. What I want to achieve is that: as infection grows, I want to implement some lockdo...
3 years ago | 1 answer | 0
1
answerQuestion
Summing and multiplying matrices of different size
So, I have this equation: The size of C is a 9 by 9 matrice, and X ,Y and sigma parameter is a matrice of size 1 by 9 matrice...
3 years ago | 1 answer | 0
1
answerQuestion
Deterministic SEIR ODE model running slow
Good Afternoon, I am running an ODE extended SEIR risk based model and it is running exceptionally slow. I am runnig 100 time s...
3 years ago | 2 answers | 0
2
answersQuestion
Iterating and subsetting for a plot in Matlab
Good day, I need help in subsetting my output and running a plot. This is my challenge: I have an output of the shape A = (500...
3 years ago | 0 answers | 0
0
answersQuestion
Storing a Matrix Output in a matrix
%% I am running the following code but having some error: prevalence=zeros(iters,1+max(data.t)); for i=1:iters % copy exi...
3 years ago | 1 answer | 0
