How can I copy two rows

답변 (1개)

Cedric
Cedric 2013년 3월 21일
편집: Cedric 2013년 3월 21일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Modeling에 대해 자세히 알아보기

태그

질문:

2013년 3월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by