Overview
Comment:No parentheses for SISO systems.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 04d3e694fcacb124d1f7fa6e81a00884678368c90215f242bcffdb3d65cb713f
User & Date: gawthrop@users.sourceforge.net on 2014-04-18 03:50:56
Other Links: branch diff | manifest | tags
Context
2014-04-24
05:19:05
Components with effort and flow detection. check-in: 216a878cb3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2014-04-18
03:50:56
No parentheses for SISO systems. check-in: 04d3e694fc user: gawthrop@users.sourceforge.net tags: origin/master, trunk
02:02:08
Added sum.tex representation -- this was in a very old MTT and
summerises the structure.
check-in: 057517f76c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/tf_r2tex from [0e47b7c28f] to [f44882531a].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
# Copyright (c) P.J.Gawthrop, 1990, 1994.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



## Revision 1.1  2000/12/27 16:05:29  peterg
## Initial revision
##
## Revision 1.2  1996/12/20 08:59:40  peterg
## Now writes out mtti instead of mtt_{i} -- lets latex_tidy do the
## conversion.
##







>
>
>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright (c) P.J.Gawthrop, 1990, 1994.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2  2014/04/18 00:36:40  gawthrop
## No parentheses.
##
## Revision 1.1  2000/12/27 16:05:29  peterg
## Initial revision
##
## Revision 1.2  1996/12/20 08:59:40  peterg
## Now writes out mtti instead of mtt_{i} -- lets latex_tidy do the
## conversion.
##
38
39
40
41
42
43
44


45


46
47
48
49
50
51
52
%Read the definitions file
in "$1_def.r";

%Read the parameter file
%%in "$1_sympar.r";

%Read the formatting function


in "$MTTPATH/trans/latex_matrix_no.r";



%Read the transfer-function matrices file
in "$1_tf.r";

%Read the substitution file
IN "$1_subs.r";








>
>
|
>
>







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
%Read the definitions file
in "$1_def.r";

%Read the parameter file
%%in "$1_sympar.r";

%Read the formatting function
IF MTTNy=1 AND MTTNu=1 
  THEN
    in "$MTTPATH/trans/latex_matrix_no.r"
  ELSE
    in "$MTTPATH/trans/latex_matrix.r";

%Read the transfer-function matrices file
in "$1_tf.r";

%Read the substitution file
IN "$1_subs.r";


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]