condor_matlab

PURPOSE ^

Shell script

SYNOPSIS ^

Shell script

DESCRIPTION ^

Shell script

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 #!/bin/bash
0002 #
0003 # Filename: condor_matlab.sh
0004 #
0005 # Example of use:
0006 # ./matlab.sh "function(a,c,'filename.txt''filename.txt')"
0007 #
0008 
0009 # run matlab in text mode 
0010 exec "$LUKE_matlabroot"matlab  -nojvm -nodisplay -nosplash -r "$*"

Community support and wiki are available on Redmine. Last update: 18-Apr-2019.