As part of a txt file with instructions on how to run, I use a folder name as a parameter as shown below. However, LINUX does not recognize it. What could I be doing wrong?
foldername = "SOPHIE_TRANS"
matlab -nodesktop -nosplash -r "CellSort($foldername);quit"
set -x
before yourmatlab
command to make sure your script or command is doing what you thing it's doing. – DopeGhoti Jun 08 '18 at 17:46=
). – Kusalananda Jun 08 '18 at 18:20