フィルターのクリア

How to pick specific values from a matrix?

1 回表示 (過去 30 日間)
Madhavareddy kota
Madhavareddy kota 2013 年 7 月 30 日
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.

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 7 月 30 日
A(10:10:end,:)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by