photo

BINAY NAYAK


Last seen: 3개월 전 2022년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변