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?

 Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 14 Mag 2016
Modificato: Azzi Abdelmalek il 14 Mag 2016
You want the first 41 rows of your matrix
A(1:41,:)

Più risposte (0)

Categorie

Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by