if this
hit_special_case = false;
if that
...
else
hit_special_case = false;
end
else
hit_special_case = true;
end
if hit_special_case
do something appropriate
end
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!