Matlab - Continue to next elseif in nested if statements
问题 I have a bunch of nested 'if' statements in one another, and I can't get them to flow the way I want them. I have an if statement, and if it is met, I run a uniqueness test (myuniquetest), and if that shows that my condition gives a unique result, I want to log it and go on. I've got that part all figured out However, if the first condition does not give a unique result, I want to continue with the rest of the elseif statements to see if the subsequent ones give a unique result. (I have a