Feeds
提问
Defining multiple variables in a single loop
Good afternoon, I am trying to define three variables in a loop a,b and c in the following way: for a=2:49 for b= 52:99 for ...
5 years 前 | 1 个回答 | 0
1
个回答提问
how to get rid of error which says too many output arguments
hi, i want to solve the equation d^2x/dt^2= f(-2*x3 + x2) which is for 3 harmonic oscillators.In my editor i wrote the followin...
6 years 前 | 1 个回答 | 0
1
个回答提问
Need to fix error "index exceeds the number of array elements"
Dear friends, please guide me to solve the following problem function xdot=func(t,w,x) xdot(1)=x(2); xdot(2)=-(w^2)*x(1); xd...
6 years 前 | 2 个回答 | 0