photo

Martynas Gabalis


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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 ...

4 years ago | 1

Answered
solving nonlinear equations using fzero..?
my_function = @(x) (x - 3) * exp(x) + 2; initial_guess = 3; solution = fzero(my_function, initial_guess);

6 years ago | 0

| accepted