Overview
Comment:Now handles e and NaN numbers.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 64cba155ab81d29c49fd0896a5076a7bee56e92710696ceda9186c30e57aec31
User & Date: gawthrop@users.sourceforge.net on 1996-08-11 10:40:00
Other Links: branch diff | manifest | tags
Context
1996-08-11
10:40:56
Added new numpar stuff.
Added step response.
check-in: ae56da63d4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:40:00
Now handles e and NaN numbers. check-in: 64cba155ab user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:38:30
Minor debugging changes. check-in: 5495cab3b8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/dm2ir_m2dat from [e42ebfadbe] to [25a844b55b].

12
13
14
15
16
17
18



19
20
21
22
23

24
25
26
27

28
29
30
31
32
33
34
12
13
14
15
16
17
18
19
20
21
22
23
24
25

26
27
28
29

30
31
32
33
34
35
36
37







+
+
+




-
+



-
+







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

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1  1996/08/10 14:15:03  peter
## Initial revision
##
###############################################################

echo Creating $1_ir.dat

$MATRIX << EOF | awk '$1 !~ /[A-Za-z]/ && NF>0 {print} '  >$1_ir.dat
$MATRIX << EOF | awk '$1 !~ /[A-MO-Zb-cf-z]/ && NF>0 {print} '  >$1_ir.dat

  tmax=2; tstep=tmax/100;
  T = [0:tstep:tmax]';
  [A,B,C,D,E] = $1_dm;
  [A,B,C,D,E] = $1_dm($1_numpar);
  y = dm2ir(A,B,C,D,E,T);

  [Ny,Nu]=size(D);
  NN = Ny*Nu;

  xy = [T y(:,1)];
  for i=2:NN


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