From my TCL script I like to open Matlab command window and display if its Matlab win32 or win64.
Therefore I use the following command:
exec {*}matlab -nodisplay -nosplash -nodesktop -r "arch = computer; fprintf('%s \n', arch')";
However I keep getting error:
arch = computer; fprintf('%s
|
Error: String is not terminated properly.
If I run the same in Matlab no issues.
Could some kindly advice.
Thanks
Anj.