You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to solve a simplest (linear grey-box system) problem to check nlgreyfast but it produced an incorrect result, which was unexpected.
Problem setting:
linear continuous-time grey-box system
#parameter = 1
#state = 2
#input = 1
I expected nlgreyfast solve this easily if I discretized the system with enough frequency, but it estimated the wrong value even though I chose enough freq.
I'm not sure it's my setting problem or inherent difficulty, but I'd be glad if you comment something to this.
I tried to solve a simplest (linear grey-box system) problem to check nlgreyfast but it produced an incorrect result, which was unexpected.
Problem setting:
linear continuous-time grey-box system
#parameter = 1
#state = 2
#input = 1
I expected nlgreyfast solve this easily if I discretized the system with enough frequency, but it estimated the wrong value even though I chose enough freq.
I'm not sure it's my setting problem or inherent difficulty, but I'd be glad if you comment something to this.
code
result
The text was updated successfully, but these errors were encountered: