Artifact f6f0a001948ef658ae370e95f3ad010d7065070aed9d88f8202f3e553db60456:
- Executable file mtt/bin/trans/matlab_header — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 420) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/matlab_header — part of check-in [5ca7145984] at 2000-12-28 12:48:53 on branch origin/master — Put under RCS (user: gawthrop@users.sourceforge.net, size: 420) [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 [$3] = $1_$2" echo "% $2 function for system $1 ($1_$2.m)" echo "% Generated by MTT at `date`" echo #Globals sympar2global_txt2m $1 echo ';' echo