thanks for this very nice tool. I just wanted to report that it broke some code. I had a line
clear -global x y
in my code and it made
clear - global x y
out of it. Matlab then did not execute the code due to the illegal use of the global keyword.
I just thought I would let you know in case you want to fix this. A good fix would be to prevent that strings involving keywords (global, persistent, for, if, else, while, end) that do not start with the keyword itself are broken up because it will certainly change how Matlab interprets the code.
Hi,
thanks for this very nice tool. I just wanted to report that it broke some code. I had a line
clear -global x y
in my code and it madeclear - global x y
out of it. Matlab then did not execute the code due to the illegal use of the global keyword.I just thought I would let you know in case you want to fix this. A good fix would be to prevent that strings involving keywords (global, persistent, for, if, else, while, end) that do not start with the keyword itself are broken up because it will certainly change how Matlab interprets the code.
Thanks again for the great tool,
Florian