Community Profile

photo

Malik Mamoun


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I cant put the loop output in a matrix format. I want to put the loop output (p) as a vector or matrix in order to plot all the outputs later.
p=0.5; h=0.01; dpdt= @(t,p) (kmax)*(1/(K+(1/p))); p_plot=zeros(0,10000); t=0:h:100; for t=0:h:100 k1=dpdt(t,p); k...

5 years ago | 1 answer | 0

1

answer