photo

Jonathan Frutschy


Last seen: 1年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
293,315
of 300,851

評判
0

コントリビューション
8 質問
0 回答

回答採用率
75.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,294

コントリビューション
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; ...

1年以上 前 | 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...

1年以上 前 | 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://...

1年以上 前 | 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...

1年以上 前 | 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...

1年以上 前 | 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...

1年以上 前 | 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...

2年弱 前 | 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...

約2年 前 | 1 件の回答 | 0

1

回答