gistlib
To display the text 'cat' in MATLAB, you can use the disp function:
disp
main.mdisp('cat'); 13 chars2 lines
disp('cat');
This will output 'cat' in the MATLAB command window.
gistlibby LogSnag