photo

Sneh


Last seen: 8 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
132,192
of 299,911

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,835

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,527

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


ODE45 Output size
I am trying to subtract w_ode from w. I used two methods to get w and I want to see the difference between them. But, the ode45 ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Why does my ode45 function not run?
This code just keeps loading. It does not run. If I change my initial values to [0; 0; 0; 1;0;-1;0] it runs fine. But with any o...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to fix the must be a column vector error?
The following code gives me an error: euler_eqns must be a column vector. How do I fix this? % Define the initial conditions ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


I keep getting errors when I try to integrate kinematic and dynamic differential equation
import numpy as np from scipy.integrate import quad def kde_integral(x): return (1/np.sqrt(2*np.pi))*np.exp(-x*2/2) d...

2 years 前 | 0 个回答 | 0

0

个回答

提问


How do I plot the different elements of a matrix in a single plot?
I want to plot theta(1,1), theta(2,1), and theta(3,1). I tried to plot it but it just shows an empty graph. for t = 0:1:100 ...

2 years 前 | 1 个回答 | 0

1

个回答