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 ExchangeModeling についてさらに検索

タグ

質問済み:

2013 年 3 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by