Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 0db41f52c56778b3d8622ad8c962df3ee8b3caa4a581cd0d72b205c47a44b849
User & Date: gawthrop@users.sourceforge.net on 1998-04-13 11:02:40
Other Links: branch diff | manifest | tags
Context
1998-04-14
07:25:02
_input now has arguments (x,t) check-in: 34a1a1fafe user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-04-13
11:02:40
Initial revision check-in: 0db41f52c5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:01:55
Now uses generic header : matlab_header check-in: ffe6fd032e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/matlab_header version [e8ca59587b].













































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: matlab_header
# Generic octave function header

#Write some file headers
echo "function [A,B,C,D,E] = $1_$2" 
echo "% $2 function for system $1 ($1_$2.m)"   
echo "% Generated by MTT at `date`"  
echo  

#Globals
sympar2global_txt2m $1 
echo  ';'
echo  




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