Clear Filters
Clear Filters

How to pick specific values from a matrix?

1 view (last 30 days)
Hello,
I Have a matrix of size 778x1500 and I would like to pick 77 rows from among all rows.Which means from every 10 rows I want one row value and the resulted matrix should be 77x1500.Can anyone suggest me how to do matlab code for this operation.Thanking you in advance.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 30 Jul 2013
A(10:10:end,:)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!