Skip to content

Commit 930ed17

Browse files
committed
Cleanup
1 parent fb013c1 commit 930ed17

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mwes/mwe_05.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,7 @@ end
7777

7878
for v_wind in range(1, 9, length=9)
7979
v_set = 0.57*v_wind
80-
@info "Linearizing for v_wind: $v_wind m/s"
80+
@info "Linearizing for v_wind: $v_wind m/s, v_ro: $(round(v_set, digits=2)) m/s"
8181
sys_new = linearize(winch, v_set, v_wind)
82-
# @info "System: $sys_new"
83-
# @info "Eigenvalues: $(eigvals(sys_new))"
8482
bode_plot(sys_new; from=0.76, to=2.85, title="Linearized System, v_wind=1..9 m/s")
8583
end
86-
87-
# bode_plot(sys_new; to=2, title="Linearized Winch, F=$force N")

0 commit comments

Comments
 (0)