To change directory in MATLAB without printing the directory, you can use the cd
command followed by a semicolon (;).
Here's an example:
main.m31 chars2 lines
This will change the current directory to "C:\your\directory\here" without printing the directory path in the command window.
gistlibby LogSnag