How can I copy two rows

Risposte (1)

Cedric
Cedric il 21 Mar 2013
Modificato: Cedric il 21 Mar 2013
B = A(1:2,:) ;
or
B = A([1,2],:) ;

Categorie

Scopri di più su Modeling in Centro assistenza e File Exchange

Tag

Richiesto:

il 21 Mar 2013

Community Treasure Hunt

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

Start Hunting!

Translated by