How to restart the some portion of script for number of times ?
    1 visualizzazione (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I want to restart my some portion of script for number of times. Script is basically input-math-disp type code... Is there any loop or function to do so ? Please help...thx HAVE A GOOD DAY...
0 Commenti
Risposta accettata
  Guillaume
      
      
 il 26 Ago 2016
        Even better than a loop (or in combination). Extract the portion of script that is repeated into a function that you then call from your script.
Più risposte (1)
  Azzi Abdelmalek
      
      
 il 22 Ago 2016
        Use a for loop
Vedere anche
Categorie
				Scopri di più su Loops and Conditional Statements 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!



