photo

SOUVIK DARIPA


Last seen: 約2ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how to save only the final output of ode 45 solve
%% RSFODE-CRACK_III QUASI-STATIC APPROXIMATION % Parameter values as in Rubin & Ampuero (2005) tic V_init=10e-9; ...

3ヶ月 前 | 1 件の回答 | 0

1

回答

質問


how can we do a fourier transform of continuos elliptical slip distribution?
%% pescribing the elliptical slip distribution % Define parameters Lx = 100; % Length of the fault in x-direction Nx = 512;...

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


how can I dissect a ode in 3 parts ! lets say I am starting from [0 t1] then stop the ode add a value to a parameter again start the ode[ t1 t2 ]then again change it back ?
sd() %this is the code, lets say i dont add anything to the code then i should get back the original cycles function sd a = 0...

1年以上 前 | 0 件の回答 | 0

0

回答

質問


how to add a perturbation while solving ode using ode45? can i use the analytical approximation of Heaviside function for it if yes how?
function dydt = rsf_ode4eq(t,y,d,par,v_lp,t_step,law) dydt = zeros(4,1); aa = par(1); bb = par(2); dc = par(3); sigma = par(...

1年以上 前 | 1 件の回答 | 1

1

回答