- #1
astronut555
- 18
- 1
Hello all,
I'm reading through some code that someone else wrote and have come across the following conditional:
if 0
figure; plot(times, average);
end;
I've never seen if used without a statement to test (ie: if x>0...) and I can't find any documentation on it anywhere.
Anyone seen this before and know what it does?
Thanks!
I'm reading through some code that someone else wrote and have come across the following conditional:
if 0
figure; plot(times, average);
end;
I've never seen if used without a statement to test (ie: if x>0...) and I can't find any documentation on it anywhere.
Anyone seen this before and know what it does?
Thanks!