photo

SOUVIK DARIPA


Last seen: 6 months 前 自 2023 起处于活动状态

Followers: 0   Following: 1

统计学

MATLAB Answers

5 个提问
0 个回答

排名
220,234
of 299,830

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
1

排名
 of 20,813

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,163

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


query regarding the output function in ode 45 ?
I want my output function to save results every fifth time the solver is called. I've set tspan as [0, tt/99, tt/98, tt/97, tt/9...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 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;...

1 year 前 | 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...

2 years 前 | 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(...

2 years 前 | 1 个回答 | 1

1

个回答