Working with dde23 for a simple problem
I'm trying to solve this: xdot = -Lx(t-1) where x is a 3x1 vector and L a constant 3x3 matrix. The initial conditions for x are ...
7 years 前 | 1 个回答 | 0
1
个回答
提问
Solving a non-standard ODE
I'm trying to solve an ODE like this:
xdot = r(t)-x, where r(t) is a pre-calculated signal array of size 100. Let x(0) = 0. Ho...
Limit of a symbolic expression
Hi,
I am trying to use the limit(expr,x,a) function of MATLAB to find the limit of the ratio of two norms with symbolic varia...