Jonathan Frutschy
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
231,441
of 295,673
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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; ...
5 months ago | 0 answers | 0
0
answersQuestion
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...
6 months ago | 1 answer | 0
1
answerQuestion
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://...
7 months ago | 1 answer | 0
1
answerQuestion
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...
7 months ago | 0 answers | 0
0
answersQuestion
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...
8 months ago | 2 answers | 0
2
answersQuestion
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...
8 months ago | 1 answer | 0
1
answerQuestion
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...
8 months ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0