MATLAB: Does the MATLABRC file get echoed to the command window when I start MATLAB

echomacmacintoshMATLABmatlabrcmatlabrc.m

My MATLABRC file gets echoed to the command window when I start MATLAB.

Best Answer

This problem usually occurs if you have the ECHO feature turned on.
Go to File menu --> Preferences and make sure the "echo on" option is NOT checked off. As of MATLAB 6.0, this option is located in the Command Windows Preferences. In MATLAB 5.3 and earlier, it is located on the General Preferences tab.
The same can also be achieved by putting the following statement in startup.m:
echo off