Why matlab is not as intelligent as python
I used python before and when I add
#titile
to the python and I press Alt+3 to uncomment, it will not uncomment this because it know it is a title.
However, when I use the same trick in matlab script,
I press
%titile
This time when I uncomment, it reduces the %.
My question is why can python distinguish between #titile and # title, while matlab can’t distinguish from %title and % title?(note there is a space between % and the word title.)I used python before and when I add
#titile
to the python and I press Alt+3 to uncomment, it will not uncomment this because it know it is a title.
However, when I use the same trick in matlab script,
I press
%titile
This time when I uncomment, it reduces the %.
My question is why can python distinguish between #titile and # title, while matlab can’t distinguish from %title and % title?(note there is a space between % and the word title.) I used python before and when I add
#titile
to the python and I press Alt+3 to uncomment, it will not uncomment this because it know it is a title.
However, when I use the same trick in matlab script,
I press
%titile
This time when I uncomment, it reduces the %.
My question is why can python distinguish between #titile and # title, while matlab can’t distinguish from %title and % title?(note there is a space between % and the word title.) matlab MATLAB Answers — New Questions