Search Results

Search: Posts Made By: laether
11,580
Posted By laether
One More Thing
I forgot to mention that within the Matlab function, there are UNIX commands that create and remove files, such as

run = 'rm temp.file'
unix(run)

Perhaps this is the source of the problem?
11,580
Posted By laether
qsub and Matlab
I am trying to run a Matlab function, file.m, with qsub. Here is a portion of my .sge file:

echo Starting to run Matlab
matlab -nojvm -nodesktop -r "file('${inputfile}');exit;"
echo finished...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 12:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy