Artifact e8ca59587bb749a07017562316b0617013f99bc3eb2fb5fa8034a44ee9ec3ddd:
- Executable file mttroot/mtt/bin/trans/matlab_header — part of check-in [0db41f52c5] at 1998-04-13 11:02:40 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 426) [annotate] [blame] [check-ins using]
#! /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