Your videos and materials are very helpful. Thankyou sir
@vivekdabholkar59652 жыл бұрын
What Python code do you recommend for MIMO Identification with noise?
@mohamedabdelkader87863 жыл бұрын
Great explanation and direct to the point. The only issue when I use the control library, I get the following error. Has anyone else got the same error? ..I just found a solution and like to share; the forced_response function returns t, y by default. If you want x you need to add return_x=True. --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () ----> 1 t, y, x = control.forced_response(sys, t, F) ValueError: not enough values to unpack (expected 3, got 2)
@robertodilorenzo1902 Жыл бұрын
Interesting topic, I am trying to apply the symbolic method with state space, but seems not easy. Any video on this topic?
@romniyepez52063 жыл бұрын
Sweet job, so clear and neat mate, though I'm not a control engineer. Question: do you have more advanced examples about controlling discrete-time series' paths...I'd like to develop automatic stabilizers in banking economics. Greetings!