Ayush Ranjan
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
223,198
of 295,569
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Feeds
Question
error in running my optimization code
My code is throwing the following error in conversion which i cannot understand. Code- yexpected=table2array(Book65); tspan=0...
1 year ago | 1 answer | 0
1
answerQuestion
variable mentioned but still getting unrecognized variable error
I am unrecognized variable where I have mentioned and declared variable, p=zeros(7,1); kpm = 10; kp =3;kmp = 14;klm = 15;kl =...
1 year ago | 2 answers | 0
2
answersQuestion
error in ode45. I have declared the vector to be 3x1 but it only reads it as 2x1.
for kpm=27:1:30 tspan = 0:30; yo=[0.01 0.05 0.179]; [t,y]=ode45(@newwaykumar2004,tspan,yo); end function dydt=newwaykum...
1 year ago | 1 answer | 0
1
answerQuestion
I am getting an error in ode45
function main tspan = 0:30; yo=[0.01 0.05 0.539]; yo=yo(:); dydt=zeros(3,1); [t,y]=ode45(@newwaykumar2004,tspan,yo); f...
1 year ago | 1 answer | 0