photo

Christopher


Last seen: Today Actif depuis 2025

Followers: 0   Following: 3

Message

PhD Candidate in Economics at the New School for Social Research.

Programming Languages:
MATLAB
Spoken Languages:
English

Statistiques

MATLAB Answers

5 Questions
0 Réponses

RANG
93 339
of 300 392

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
40.0%

VOTES REÇUS
1

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 373

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


How do I exclude the first ten observations in the line plot generated by the three differential equations
close all clear all clc tspan = [0 100]; y0 = 0.7; % initial value of state variable x1 r0 = 0.7; % initi...

5 mois il y a | 1 réponse | 0

1

réponse

Question


Is there a way to test the range of the parameters sigma and tau where my model remains stable?
I am attempting to find the range of values for the parameters sigma and tau where the model remains stable. Is there a way that...

6 mois il y a | 1 réponse | 0

1

réponse

Question


I am trying to incorporate multiple IF statements in my ODE to generate a single output.
There are four cases that I am trying to incorporate as multiple IF statements. Here are the four cases below. The first case is...

6 mois il y a | 2 réponses | 0

2

réponses

Question


Does anyone know how to use an IF statement with ODE's? I am trying to create an IF statement sigma > 0 , tau > 0 if dx(3,1) > 0, dx(1,1) > 0 and sigma = 0 , tau = 0 otherwise
close all clear all clc tspan = [0 100]; y0 = 0.7; % initial value of state variable x1 r0 = 0.7; % initi...

7 mois il y a | 4 réponses | 1

4

réponses

Question


I would like to solve the following system of differential equations using the Lotka Volterra Model and create a Phase Diagram in Matlab 2024b
I would like to solve the following system of differential equations using the Lotka Volterra Model and create a Phase Diagram i...

9 mois il y a | 1 réponse | 0

0

réponse