photo

Jonathan Frutschy


Last seen: mehr als ein Jahr vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

MATLAB Answers

8 Fragen
0 Antworten

RANG
134.005
of 300.365

REPUTATION
0

BEITRÄGE
8 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
75.0%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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; ...

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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://...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort