Overview
Comment: | To RCS |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0109c21441e916fa7850949115d1a9ed |
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: cf57d50cce user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:12:57 | To RCS check-in: 0109c21441 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:04:39 | To RCS check-in: 9405d8f836 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))); |
︙ | ︙ |