What symbol is used to comment a line in Matlab? code example
Example 1: block of comments in matlab
%{
Commented code here.
%}
Example 2: matlab comments
% single line comment %
%{
Commented code here.
%}
% single line comment %