Overview
Comment: | Don't augment A_u with A_w - do it externally |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
56129bf80437863904db455e4c7b5f81 |
User & Date: | gawthrop@users.sourceforge.net on 2002-12-20 10:44:23 |
Other Links: | branch diff | manifest | tags |
Context
2002-12-20
| ||
12:48:41 | Added terminal cost for w check-in: bf8c131305 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:44:23 | Don't augment A_u with A_w - do it externally check-in: 56129bf804 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2002-12-19
| ||
19:37:40 |
Added ps rep: "mtt sys cxxsim ps odes[o]" "mtt sys cxxsim view" now uses ps "mtt sys cxxsim gnuplot" now invokes gnuplot viewer check-in: 53685ef655 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/control/PPP/ppp_are.m from [c8db144483] to [374eed77eb].
︙ | ︙ | |||
15 16 17 18 19 20 21 | ## Avoid spurious imag parts due to rounding A_u = real(A_u); ## Setpoint basis functions A_w = 0; | < < < | 15 16 17 18 19 20 21 22 | ## Avoid spurious imag parts due to rounding A_u = real(A_u); ## Setpoint basis functions A_w = 0; endfunction |