Feeds
已回答
Initial condition first order system identification
Its not initial condition, your data has offset (model output = first order system output + 13.8E+4). I guess the quickest way ...
Initial condition first order system identification
Its not initial condition, your data has offset (model output = first order system output + 13.8E+4). I guess the quickest way ...
5 years 前 | 1
已回答
solving nonlinear equations using fzero..?
my_function = @(x) (x - 3) * exp(x) + 2; initial_guess = 3; solution = fzero(my_function, initial_guess);
solving nonlinear equations using fzero..?
my_function = @(x) (x - 3) * exp(x) + 2; initial_guess = 3; solution = fzero(my_function, initial_guess);
7 years 前 | 0
| 已接受

