Hi All,
I want to ask about stopping for loop inter if loop, i.e if we have the following:
for i=1:100
if ......then ......
else
end for
end if
Moreover I want to ask if there is a statement in matlab leads to other steps as the following
if A>B
go to step 1
else
A
end
Best wishes

