How can I copy two rows

Réponses (1)

Cedric
Cedric le 21 Mar 2013
Modifié(e) : Cedric le 21 Mar 2013

0 votes

B = A(1:2,:) ;
or
B = A([1,2],:) ;

Catégories

En savoir plus sur Modeling dans Centre d'aide et File Exchange

Tags

Question posée :

le 21 Mar 2013

Community Treasure Hunt

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

Start Hunting!

Translated by