exiting code if condition is met
    7 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I have written a bunch of code but I would like to ignore it if and a condition is met. so for
   if length(dict)=1
  newguess=dict
  end
%bunch of code
I want to ignore all that code if my if statement is met and just stop if length(dict)=1
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Logical in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!