photo

Cris19


Last seen: 4 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
1 个回答

排名
216,517
of 300,750

声誉
0

贡献数
8 个提问
1 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

已回答
Solving a system of ODEs whose coefficients are piecewise functions
One more question, if possible... I would also need to plot on the same graph the derivative of first component of the solutio...

4 years 前 | 0

提问


Solving a system of ODEs whose coefficients are piecewise functions
I try to plot the solution of a system of ODE, on [-10,10], for the initial data [0.001 0.001], using the function: function dw...

4 years 前 | 3 个回答 | 0

3

个回答

提问


How can I plot the derivatives of the components of the solution to a system of ODEs?
I have the following code for the function solving a system of ODEs: function dwdt=coupled(t,w) beta=1+exp(-t); delta=2+exp(-...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot a function which is defined on different subintervals
I am trying to plot the function , But I don't know how to write the code for the definition of the function which is given o...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Plotting the solution to a system of ODE on an interval that doesn't contain the initial time
I have to plot the solution to the system of ODEs with the initial conditions on the time interval [100,200]. I am trying t...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Errors when trying to plot a solution to a system of ODE
I try to plot on [1000, 5000] the solution of the system of ODEs with the initial conditions , where and . I used the f...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Solving a system of ODEs with conditionally defined coefficient
Hi, I want to plot on the interval the solution of the following system of ODEs with the initial conditions , where . ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Problem with plotting a function on a specified domain
I am trying to plot the solution of a system of ODEs. The code is: tspan = [0 10]; z0 = [0.01 0.01 0.01 0.01]; [t,z]...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Plotting a function defined by a system of ODEs
I am trying to solve with MATLAB the first order ODEs system, $$\left\{ \begin{array}{l} x_{1}^{\prime }=-\fra...

7 years 前 | 1 个回答 | 0

1

个回答