I need the best way to write the loop commands
    3 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
for i=1:15,
    y(i+1)=vec(i);
  end  
y(1)=vec(16);
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

