photo

Rajeev Ray


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
1 个回答

排名
215,695
of 300,396

声誉
0

贡献数
8 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,945

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,524

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


solve system of ODE equations
Hii everyone .. pls help me solving the following system of equations dydt(1) = -A*y(1)-((B*y(1)^2)/(t^0.5))+C*y(2); dydt(2) =...

8 years 前 | 0 个回答 | 0

0

个回答

提问


results is NaN help
function dydt = odefcn(t,y,A,B,C) dydt = zeros(2,1); dydt(1) = -A*y(1)-((B*y(1)^2)/(t^0.5))+C*y(2); dydt(2) = ((0.5*B*y(1)^2)...

8 years 前 | 1 个回答 | 0

1

个回答

提问


error in code please help
function dy = vdp1000(t,y) dy = zeros(2,1); % a column vector dy(1) = y(2); dy(2) = 1000*(1 - y(1)^2)*y(2) - y(1); [T,Y] ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


please help in solving the equation
<</matlabcentral/answers/uploaded_files/93338/ode.JPG>>

8 years 前 | 0 个回答 | 0

0

个回答

提问


how to solve the given error
me=9.109*10^-31; h=6.626070040*10^-34; hr=h/(2*pi); c1=((2*0.28*me).^1.5)/(2*pi*(hr).^3); r=2.3*10^-9; V0=1.33*...

9 years 前 | 0 个回答 | 0

0

个回答

提问


how to write a function that contains a integration?
<</matlabcentral/answers/uploaded_files/49149/eqn.JPG>> how to write above equation in matlab here rho(E) is constant

9 years 前 | 1 个回答 | 0

1

个回答

提问


Please give the code for the above equation.
<</matlabcentral/answers/uploaded_files/49141/eqn.JPG>> Please give the code for the above equation.

9 years 前 | 0 个回答 | 0

0

个回答

已回答
how to write a function that contains integration
<</matlabcentral/answers/uploaded_files/49140/eqn.JPG>> please give the code for the equation

9 years 前 | 0

提问


how to write a function that contains integration
<</matlabcentral/answers/uploaded_files/49100/eqn.JPG>> How to write the above equation in matlab

9 years 前 | 2 个回答 | 0

2

个回答