How to create matrix from another matrix?

Hi all. I have m(80x200) matrix. I want to take first 41 values from each column and create n(41x200) matrix. Do I need for loop for this?

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 14 Mai 2016
Bearbeitet: Azzi Abdelmalek am 14 Mai 2016

0 Stimmen

You want the first 41 rows of your matrix
A(1:41,:)

Weitere Antworten (0)

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by