how to truncate an array containing 500 elements?
Ältere Kommentare anzeigen
I only need 100th to 500th elements.how to avoid the first 100 elements?
ASAP...................
Antworten (1)
Azzi Abdelmalek
am 12 Aug. 2015
Bearbeitet: Azzi Abdelmalek
am 12 Aug. 2015
A=rand(1,500) % example
A(101:end)
Kategorien
Mehr zu Resizing and Reshaping Matrices 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!