How can I copy two rows

回答(1 个)

Cedric
Cedric 2013-3-21
编辑:Cedric 2013-3-21
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