Hello,I'm having problems when executing a region with C-c C-r (matlab-shell-run-region) when the region contains a line like:
fprintf('My number is %d\n",4);
This also happens with sprintf lines. It seems that matlab-emacs interprets everything after the % as a comment, and so only the first part of the line is executed.
I'm not an emacs lisp hacker at all. Does anyone have a solution?
Graham |