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년 전 | 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년 초과 전 | 0
| 수락됨

