How can i choose certain rows from a matrix?

1 次查看(过去 30 天)
i have a matrix (resulted from simulation) it contains 10000 row i want to make a new matrix from this matrix it contains only 1000 row (row number 10; row number 20; row number 30, ...., row number 10000). how can i choose these rows?

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-3-1
编辑:Azzi Abdelmalek 2013-3-1
A=rand(10000,3)
out=A(10:10:10000,:)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Time Series 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by