Question


I am trying to plot this function dxdt=N0*sin(omega*t)*x*(1-x/K) to get a 3-D plot but my code does not work,where is the error?
function RunOsciliationsky3D N0all= 1:1:10; N=length(N0all); omegaall= 1:1:10; M=length(omegaall); Pmax=...

9 years ago | 1 answer | 0

1

answer