Sometimes I want to start matlab without having the (lame) X interface. Instead of, I just use the command line. For this purpose, just run:
matlab -nodisplay
Or even easier, by adding a small script in /$MATLAB_HOME/bin maybe named “matlabnoX” with the content above. Make sure to chmod the file such that it is runnable!