BINAY NAYAK
Followers: 0 Following: 0
Statistiques
3 Questions
0 Réponses
RANG
202 148
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
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
Question
How to find intersection of two curves
Here is the code. I want to find intersection of this two plot T = 250:0.1:500; qg = 1.09.*10^16.*exp(-7550./T)./(1+1.34.*...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Extract Value from ODE45
I am Using below code to plot 2 graphs using ODE45. However I want to know a particular value of "t" at y(2) = 0.1 Is it possib...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Getting error in ode 45
function dcdt = odefun1(t,c) dcdt = zeros(3,1); dcdt(1) = -c(1)+20*c(2); dcdt(2) = c(1)-40*c(2)+c(3); dcdt(3...
plus de 2 ans il y a | 1 réponse | 0