Page 1 of 1

ALIGNMENT

Posted: Tue Jan 26, 2021 7:29 am
by matlab1
might not be aligned with its matching END (line )

Re: ALIGNMENT

Posted: Wed Feb 10, 2021 7:59 am
by matlab1
In MATLAB, every loop and condition statements must have a END keyword.

for ............

end


if .............

end


if you do not consider END for these statements, you will see this error.