Artifact f0f759751c6511cbbf66453f779d23cc0ab84216981cc8138abd3982d26fb461:
- Executable file mtt/lib/examples/Chemical/ReactorTQ/MakeFigure.m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 316) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/examples/Chemical/ReactorTQ/MakeFigure.m — part of check-in [3fd9d6efa9] at 2000-12-28 18:17:57 on branch origin/master — To RCS (user: gawthrop@users.sourceforge.net, size: 316) [annotate] [blame] [check-ins using]
## Makes the figures par = ReactorTQ_numpar; # Parameters sym = ReactorTQ_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(ReactorTQ_sm(par))); Z = [Z z]; endfor grid; xlabel("f_s"); ylabel("z"); plot(F_s,Z); psfig("ReactorTQ_zero");