Differences From Artifact [3ba8b84f9a]:
- Executable file mttroot/mtt/bin/trans/make_ssim — part of check-in [6632bcb60e] at 2001-05-26 15:46:38 on branch origin/master — Updated to account for new nonlinear ppp (user: gawthrop@users.sourceforge.net, size: 1211) [annotate] [blame] [check-ins using] [more...]
To Artifact [8d96ecb705]:
- Executable file mttroot/mtt/bin/trans/make_ssim — part of check-in [cba829d2bc] at 2001-06-06 07:53:07 on branch origin/master — Now generates x vector correctly (user: gawthrop@users.sourceforge.net, size: 1236) [annotate] [blame] [check-ins using] [more...]
︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | - + | p = par; # Reset parameters p(i) = 1; # Set sensitivity index to 1 [mtt_data] = ${sys}_ode2odes(x0,p,simpar); if (i==index(1)) y = mtt_data(:,2:2:1+ny2); endif y_par = [y_par, mtt_data(:,3:2:2+ny2)]; |
︙ |