choose elements from a array with condition
Ältere Kommentare anzeigen
I have a row matrix of dimension1x1000 . I need another row matrix consisting of every 10th element of the above matrix so that the dimension now is 1x100. What to be done in this context?
Antworten (1)
David Fletcher
am 19 Mär. 2018
extract=rowMatrix(10:10:1000)
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!