What is the difference of using ; after end?
Show older comments
Hi, dear all,
For example, if I write a if loop, after end, what is the difference if I use ;?
Thanks.
Accepted Answer
More Answers (1)
Daniel Shub
on 7 Nov 2012
I often add a semicolon or comma after statements like "end" where they are not strictly useful so that I can easily create single line commands. This is especially true when trying to answer questions on Answers
For example, you need a semicolons/commas to make the following work
for ii = 1:10, end; ii
Categories
Find more on Memory Usage in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!