Overview
Comment: | To RCS |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a822056bb5ebb246c04d35e2ebce88d5 |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-28 17:12:57.000 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-28
| ||
18:17:57 | To RCS check-in: 3fd9d6efa9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:12:57 | To RCS check-in: a822056bb5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:04:39 | To RCS check-in: a5452a618d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/lib/examples/Chemical/Reactor/Makefile version [97d3b40e97].
Modified mttroot/mtt/lib/examples/Chemical/ReactorTF/MakeFigure.m
from [bef9cb3f0c]
to [138a415543].
1 2 3 | ## Makes the figures par = ReactorTF_numpar; # Parameters | | | 1 2 3 4 5 6 7 8 9 10 11 | ## Makes the figures par = ReactorTF_numpar; # Parameters sym = ReactorTF_sympar; # Parameter indices F_s= [90:10:500]; # Range of flows Z = []; for f_s=F_s par(sym.f_s) = f_s; z = sort(eig(ReactorTF_sm(par))); |
︙ | ︙ |