photo

MC


Last seen: 5 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
207,068
of 299,823

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,136

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Finding max amplitude from cosine
I want to Experiment with diferent values for the forcing frequency w in F(t) = cos(wt). My goal is to fing the maximum rang...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Improved Eulers Method Loop
I would like to use the improved eulers method to graph and solve the IVP y'=cot(y),y(0) = pi/6 using a step size of 1,0.5 and ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Labels dont show up
Hello, Why does only the label for the last curve shows up? How do I get the labels to all show up on the same plot? I am gr...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Graphing as a function of Y
I want to use the function plot to plot the right-side of the equation f(y) = −2 + 5*y^2 − y*5 on the interval −2 ≤ y ≤ 2 (with ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Euler's approximation for ODE
I want want to use MATLAB to implement Euler’s method with each step size h= 0.2,0.1,0.05 for 0≤t≤1 and plot the results in a si...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How can I graph exponential functions?
f = @(t,y) 2*y+4-t; t = 0:0.05:0.5; y = -2:0.05:-1.5; dirfield(f,t,y) hold on t = linspace(0,5,100); y1 = (2*exp(-2*t)-7*...

6 years 前 | 1 个回答 | 0

1

个回答