Differences From Artifact [7a48ad2de1]:
- Executable file mttroot/mtt/bin/trans/make_sim — part of check-in [864f048dbc] at 2002-04-23 17:46:05 on branch origin/master — _sim.m now returns time as third argument (user: gawthrop@users.sourceforge.net, size: 752) [annotate] [blame] [check-ins using] [more...]
To Artifact [266de8bd1f]:
- Executable file mtt/bin/trans/make_sim — 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: 747) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/make_sim — part of check-in [63cb6a27c6] at 2002-05-20 07:41:03 on branch origin/master — Take t (time) from mtt_data - works with non-zero simpar.first (user: gawthrop@users.sourceforge.net, size: 747) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | - + | y = mtt_data(:,2:1+ny); x = mtt_data(:,3+ny:2+ny+nx); ypar = []; if nargout>2 ## Create time vector [N,M] = size(y); |
︙ |