comsol matlab -ml -nodesktop -ml -nosplash -mlr "myscript, exit"
Note: add a line at the beginning of the script
flreport('off')
in background
nohup comsol matlab –ml –nodesktop –ml –nosplash < myscript.m >& nohup.log &
"Using No Way as Way. Having No Limitation as Limitation.” --- Bruce Lee
comsol matlab -ml -nodesktop -ml -nosplash -mlr "myscript, exit"
Note: add a line at the beginning of the script
flreport('off')
in background
nohup comsol matlab –ml –nodesktop –ml –nosplash < myscript.m >& nohup.log &