photo

Rajeev Ray


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

8 Questions
1 Réponse

RANG
67 301
of 300 369

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 936

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 436

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


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) =...

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
how to write a function that contains integration
<</matlabcentral/answers/uploaded_files/49140/eqn.JPG>> please give the code for the equation

plus de 9 ans il y a | 0

Question


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

plus de 9 ans il y a | 2 réponses | 0

2

réponses