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 Exchange에서 Biotech 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