Hello,
In attachment my dataset. I have to select the 3 first columns and the 8 first rows, all the data in it. How do I do this?

 採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2015 年 6 月 12 日
編集済み: Azzi Abdelmalek 2015 年 6 月 12 日

2 投票

A(1:8,1:3)
Example
A=randi(9,10,5)
out=A(1:8,1:3)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeBiotech and Pharmaceutical についてさらに検索

タグ

質問済み:

Sam
2015 年 6 月 12 日

編集済み:

2015 年 6 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by