photo

Christopher


Last seen: 3일 전 2025년부터 활동

Followers: 0   Following: 3

메시지

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

Programming Languages:
MATLAB
Spoken Languages:
English

통계

MATLAB Answers

5 질문
0 답변

순위
93,339
of 300,369

평판
0

참여
5 질문
0 답변

답변 채택
40.0%

획득한 표
1

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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개월 전 | 답변 수: 1 | 0

1

답변

질문


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개월 전 | 답변 수: 1 | 0

1

답변

질문


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개월 전 | 답변 수: 2 | 0

2

답변

질문


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개월 전 | 답변 수: 4 | 1

4

답변

질문


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개월 전 | 답변 수: 0 | 0

0

답변