photo

Ayush Ranjan


Last seen: 9ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答