gistlib
Assuming you want to print the string "ght" in MATLAB, you can simply use the disp() or fprintf() function as follows:
main.mdisp('ght'); %or fprintf('ght\n'); 37 chars6 lines
disp('ght'); %or fprintf('ght\n');
The output will be:
main.mght 4 chars2 lines
ght
gistlibby LogSnag