Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.418 2013/07/19 05:40:26 gawthrop +## Added -nas (No alphabetic sort) switch in help options +## ## Revision 1.417 2008/07/22 17:37:01 geraint ## Fixed case of MTT_EXAMPLES ## ## Revision 1.416 2006/09/27 13:03:20 geraint ## Fixed fr.view and enabled commands to directly build ??fr.m @@ -3084,10 +3087,12 @@ #SUMMARY def definitions - system orders etc. (m) #SUMMARY def definitions - system orders etc. (h) #SUMMARY struc* structure - list of inputs, outputs and states (txt) #SUMMARY struc structure - list of inputs, outputs and states (tex) #SUMMARY struc* structure - list of inputs, outputs and states (view) +#SUMMARY sum structure summary - matrix of inputs, outputs and states (tex) +#SUMMARY sum* structure summary - matrix of inputs, outputs and states (view) #Elementary system equations + definitions ${sys}_ese.r: ${sys}_cbg.m cbg2ese_m2r $partition $info_switch $Subsystem; #ese_tidy $1 ifeq ($sort_method,seqn) @@ -3146,10 +3151,12 @@ touch $1_struc.txt $1_aliased.txt: $1_ese.r touch $1_aliased.txt $1_struc.tex: $1_struc.txt struc_txt2tex $1 +$1_sum.tex: $1_struc.txt + struc2sum_txt2tex $1 $1_struc.m: $1_struc.txt struc_txt2m $1 $1_def.m: $1_def.r def_r2m $1; matlab_tidy $1_def.m; $1_def.h: $1_def.m $1_sympar.txt