Community Profile

photo

Aaron


Last seen: 1 year ago Active since 2022

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Error with brackets symsum
f2 = figure; figure(f2); ic = linspace(0, 100, K); [t, n] = ode 45(@(t, n) ODEfunc(n, K); k_bar = 1/N * symsum(i*n(i...

1 year ago | 1 answer | 0

1

answer

Question


for loop within an odes15 function, and plot on one graph
K=30; lambda1=1; lambda2=2; T_final = 10; f1 = figure; figure(f1); hold on [t,M] = ode15s(@(t,M) RHS_focus(M,K,lambda...

1 year ago | 1 answer | 0

1

answer