Differences From Artifact [3a0f893d5a]:
- Executable file mttroot/mtt/bin/trans/make_ssim — part of check-in [8eed789a90] at 2001-04-10 12:54:50 on branch origin/master — Minor fixes for sensitivity versions (user: gawthrop@users.sourceforge.net, size: 825) [annotate] [blame] [check-ins using] [more...]
To Artifact [dcfc761ddf]:
- Executable file mttroot/mtt/bin/trans/make_ssim — part of check-in [a230d6637d] at 2001-04-11 15:34:56 on branch origin/master — Fixed bug to do with multiple outputs (user: gawthrop@users.sourceforge.net, size: 1045) [annotate] [blame] [check-ins using] [more...]
︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | + + + + + + - - - - - - - - - - - + + + + + + + + + + + + | [nx2,ny2] = ${sys}_def; ny = ny2/2; y_par = []; MTT_input = u; [MTT_input_last,m] = size(u); if nargin<5 # No index given MTT_input_index = 0; [mtt_data] = ${sys}_ode2odes(x0,par,simpar); y = mtt_data(:,2:2:1+2*ny); ypar = []; else # Compute sensitivities as well |
︙ |