Watch this Author's files
There seems to be another bug, this one involving the '%' character. For example,
cprintf( 'keyword', '%% keyword\n' )
merely turns the command prompt (double chevron) blue, rather than printing '% keyword' and a newline character.
fprintf( '%% keyword\n' ), on the other hand, prints just what you would expect.
Contact us at files@mathworks.com