generating a sequence 1,2,3,4,....,n
Mostra commenti meno recenti
Without using a for loop, how can I generate an index 1,2,3,...,n?
Risposta accettata
Più risposte (1)
Arsal noor
il 22 Ott 2020
1 voto
X = [1 2 3 4]
Categorie
Scopri di più su Matrix Indexing in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!