photo

Christopher


Last seen: 3 days 前 自 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 months 前 | 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 months 前 | 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 months 前 | 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 months 前 | 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 months 前 | 0 个回答 | 0

0

个回答