photo

Jonathan Frutschy


Last seen: 1년 초과 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
237,611
of 300,343

평판
0

참여
8 질문
0 답변

답변 채택
75.0%

획득한 표
0

순위
 of 20,926

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,172

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

1년 초과 전 | 답변 수: 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

답변