We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930ed17 commit 51cbf22Copy full SHA for 51cbf22
mwes/mwe_05.jl
@@ -66,7 +66,7 @@ end
66
function linearize(winch, v_set, v_wind)
67
force = calc_force(v_wind, v_set)
68
v_act = find_equilibrium_speed(winch, v_set, force)
69
- x0 = [v_act] # State at operating point
+ x0 = [v_act] # State at operating point
70
u0 = [v_set, v_wind] # Input at operating point
71
A = finite_difference_jacobian(x -> system_dynamics(x, u0), x0)
72
B = finite_difference_jacobian(u -> system_dynamics(x0, u), u0)
0 commit comments