generating a sequence 1,2,3,4,....,n
Afficher commentaires plus anciens
Without using a for loop, how can I generate an index 1,2,3,...,n?
Réponse acceptée
Plus de réponses (1)
Arsal noor
le 22 Oct 2020
1 vote
X = [1 2 3 4]
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!