Overview
Comment: | Fixed bugs with ny>1. Could be made faster by not generating y when y_sim >1 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f2956c27241b487b08f3780a2ef95941 |
User & Date: | gawthrop@users.sourceforge.net on 2000-05-17 17:20:49 |
Other Links: | branch diff | manifest | tags |
Context
2000-05-18
| ||
09:27:07 | Now does matrix version of smxa check-in: a82ebd773f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-05-17
| ||
17:20:49 |
Fixed bugs with ny>1. Could be made faster by not generating y when y_sim >1 check-in: f2956c2724 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:02:58 | Fixed documentation check-in: a4862b1949 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_make_sim from [b302223b07] to [d1873d8c15].
︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + + + | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.5 2000/05/17 16:01:42 peterg ## Fixed bug for n_y>1 ## ## Revision 1.4 2000/05/16 18:57:15 peterg ## Still debugging ## ## Revision 1.3 2000/05/16 11:59:34 peterg ## Stard new version with data files not argv. ## ## Revision 1.2 2000/05/11 19:32:29 peterg |
︙ | |||
134 135 136 137 138 139 140 | 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 | - - + - - - - - - - - + + + + + + + + + - - + + + - + - - - - + - - - + + + - + | dtime = time-tim; T = [T; num2str(dtime)]; ## main simulation loop n_sim = max(1,n_sens); for i_sim=1:n_sim |
︙ |