I have just followed the trim() example in Matlab documentttion but I kind of strugling to understand how the equilibrium point is found for the second case where x = [1;1] and u=[1;1].
The example is as follow:
state space in simulink:
A = [-0.09 -0.01; 1 0];
B = [ 0 -7; 0 -2];
C =...