We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c71df1 + 2ebf029 commit 6c42d7fCopy full SHA for 6c42d7f
1 file changed
src/precompile.jl
@@ -1,4 +1,3 @@
1
-#=
2
sys = [
3
tf(1.90, [1800, 1]) tf(1.90, [1800, 1]);
4
tf(-0.74,[800, 1]) tf(0.74, [800, 1])
@@ -98,5 +97,4 @@ function JE( _ , ŶE, _ )
98
97
end
99
empc = setconstraint!(NonLinMPC(nlmodel, Mwt=[0, 0], Hp=10, Cwt=Inf, Ewt=1, JE=JE), ymin=[45, -Inf])
100
u = empc()
101
-sim!(empc, 3)
102
-=#
+sim!(empc, 3)
0 commit comments