Jonathan Frutschy - MATLAB Central
photo

Jonathan Frutschy


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

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 11/23 to 04/25Use left and right arrows to move selectionFrom 11/23Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 个提问
0 个回答

排名
189,526
of 298,102

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,534

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,343

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Change Input Force to Input Displacement ODE Solver
I have the following ODE solution: N = 100; m = 0.1*ones(N,1); c = 0.1; b = 0.1; k = 4; ...

10 months 前 | 0 个回答 | 0

0

个回答

提问


Implement Ridge Regression Equation for a Neural Network MATLAB
I am trying to replicate the following equation in MATLAB to find the optimal output weight matrix of a neural network from trai...

10 months 前 | 1 个回答 | 0

1

个回答

提问


Enforce Kinematic Constraint in Initial Value Problem ode45()
I have the following non-linear system: I had originally solved for the displacement of each mass using ode45() (see https://...

12 months 前 | 1 个回答 | 0

1

个回答

提问


Optimize ESN Hyperparameters with Grid Search MATLAB
I have the following echo state state network (ESN) hyperparameters: m_GS,k_GS,c_GS,gamma_GS. I would like to use my ESN to find...

12 months 前 | 0 个回答 | 0

0

个回答

提问


Find State Space Representation of Linearized non-linear System to find State Space Representation in Canonical form MATLAB
I have the following non-linear system and accompanying ODE: I have the following ODE45 solution: fun = @(t,X)odefun(X,K,C...

12 months 前 | 2 个回答 | 0

2

个回答

提问


Solve Nonlinear ODE Symbolically
I have the following non-linear ODE: I have the following ODE45 solution: fun = @(t,X)odefun(X,K,C,M,F(t),resSize); [t_ode...

12 months 前 | 1 个回答 | 0

1

个回答

提问


Find Eigenvalues of ODE45 Solution MATLAB
I have the following non-linear ODE: I have the following ODE45 solution: fun = @(t,X)odefun(X,K,C,M,F(t),resSize); [t_ode...

1 year 前 | 1 个回答 | 0

1

个回答

提问


MATLAB Finding Output Weight Matrix of a Recurrent Neural Network (RNN) With Stochastic Gradient Descent (SGD)
I'm trying to find the output weight matrix of a recurrent neural network. I currently use the following linear regression formu...

1 year 前 | 1 个回答 | 0

1

个回答