File mttroot/mtt/bin/trans/matlab_header artifact e8ca59587b part of check-in 30d1a4a7a7
#! /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