
BINAY NAYAK
Statistics
3 Questions
0 Answers
RANK
201,004
of 275,527
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 18,560
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125,295
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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.*...
12 months ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0