Overview
Comment:Assume Nu=1
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 6346abd63eedaf3251bec86e03d2494f075a3497f922552b7359b5a7c52e920e
User & Date: gawthrop@users.sourceforge.net on 2000-09-11 11:06:21
Other Links: branch diff | manifest | tags
Context
2000-09-11
11:06:46
Initial revision check-in: d437a942da user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:06:21
Assume Nu=1 check-in: 6346abd63e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:05:16
*** empty log message *** check-in: 643ac86e27 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/ssk_r2tex from [e3bb5e32d7] to [ef5e08d779].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26







+
+
+







# Copyright (c) P.J.Gawthrop, 1997

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2  2000/08/24 11:42:46  peterg
## Read subs file
##
## Revision 1.1  1998/01/22 13:16:30  peterg
## Initial revision
##
###############################################################


# Inform user
59
60
61
62
63
64
65
66

67
68
69
70
71
72
73

74
75
76
77
78
79
62
63
64
65
66
67
68

69
70
71
72
73
74
75

76
77
78
79
80
81
82







-
+






-
+






write "%File: $1_ssk.tex";
write"";


write "%  - Gain matrix - controller form";
MTT_Matrix := MTTK_c$ 
MTT_Matrix_name := "MTTK_c"$
MTT_Matrix_n := MTTNu$
MTT_Matrix_n := 1$
MTT_Matrix_m := MTTNx$
Latex_Matrix()$

write "%  - Gain matrix - physical form";
MTT_Matrix := MTTK$ 
MTT_Matrix_name := "MTTK"$
MTT_Matrix_n := MTTNu$
MTT_Matrix_n := 1$
MTT_Matrix_m := MTTNx$
Latex_Matrix()$

SHUT "$1_ssk.tex";
quit;
EOF


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