generating a sequence 1,2,3,4,....,n
Ältere Kommentare anzeigen
Without using a for loop, how can I generate an index 1,2,3,...,n?
Akzeptierte Antwort
Weitere Antworten (1)
Arsal noor
am 22 Okt. 2020
1 Stimme
X = [1 2 3 4]
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!