The MATLAB editor automatically highlights all content after %% comments, and text after %% in the same line are turned bold. But what\'s the essential
%%
From a syntax point of view, they are both comments.
In the Matlab editor, Matlab parses %% delimited blocks as "sections" which you can run as a unit independent of running the whole script.