ADDED mttroot/mtt/bin/trans/matlab_header Index: mttroot/mtt/bin/trans/matlab_header ================================================================== --- /dev/null +++ mttroot/mtt/bin/trans/matlab_header @@ -0,0 +1,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 + + +