Overview
Comment: | New ssim (sensitiveity simulation) rep |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7d66f352c30f1bdd1ec56315f54eb325 |
User & Date: | gawthrop@users.sourceforge.net on 2001-04-04 10:06:49 |
Other Links: | branch diff | manifest | tags |
Context
2001-04-05
| ||
03:46:13 |
Added mtt_prepend.sh, -p preserves time attribute of base file - eliminates error in dependencies due to update of ese.r by modpar.r. check-in: 5c5cd8b589 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2001-04-04
| ||
10:06:49 | New ssim (sensitiveity simulation) rep check-in: 7d66f352c3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:05:38 | Reresentation for system identification for ppp check-in: 34531ed402 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [4213d56b9a] to [6e35e98061].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.298 2001/04/02 17:36:20 gawthrop ## Resolved $sys name clash when using -s ## ## Revision 1.297 2001/03/29 19:20:45 gawthrop ## Can now use c representations of crs when using -c option ## ## Revision 1.296 2001/03/27 01:07:34 geraint | > > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.299 2001/04/03 14:49:42 gawthrop ## Revised to incorporate new ssim (sensitivity simulation) ## representation (m only just now). ## ## Revision 1.298 2001/04/02 17:36:20 gawthrop ## Resolved $sys name clash when using -s ## ## Revision 1.297 2001/03/29 19:20:45 gawthrop ## Can now use c representations of crs when using -c option ## ## Revision 1.296 2001/03/27 01:07:34 geraint |
︙ | ︙ | |||
2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 | mtt_make_sim $1 $integration_method $computation endif ifeq ($computation,c) $1_sim.m: $1_def.r $1_sympar.txt $1_ode2odes.out $1_numpar.m $1_state.m mtt_make_sim $1 $integration_method $computation endif #SUMMARY obs observer equations for CGPC (r) #SUMMARY obs* observer equations for CGPC (m) #SUMMARY obs observer equations for CGPC (tex) #SUMMARY obs* observer equations for CGPC (view) #SUMMARY obs observer equations for CGPC (ps) #Observer functions for GPC | > > > > | 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 | mtt_make_sim $1 $integration_method $computation endif ifeq ($computation,c) $1_sim.m: $1_def.r $1_sympar.txt $1_ode2odes.out $1_numpar.m $1_state.m mtt_make_sim $1 $integration_method $computation endif #SUMMARY ssim Octave sensitivity simulation function (m) $1_ssim.m: $1_def.r make_ssim $1 m #SUMMARY obs observer equations for CGPC (r) #SUMMARY obs* observer equations for CGPC (m) #SUMMARY obs observer equations for CGPC (tex) #SUMMARY obs* observer equations for CGPC (view) #SUMMARY obs observer equations for CGPC (ps) #Observer functions for GPC |
︙ | ︙ |