generating a sequence 1,2,3,4,....,n
118 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Without using a for loop, how can I generate an index 1,2,3,...,n?
0 commentaires
Réponse acceptée
R.U.F.
le 21 Avr 2012
vector=[1:stepsize:n] if the stepsize =1 as in your case, you can disregard it
1 commentaire
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!