File mttroot/mtt/bin/trans/matlab_header artifact e8ca59587b part of check-in 0db41f52c5


#! /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 ]