フィルターのクリア

i want to enter a matrix into a zero matrix except one row

1 回表示 (過去 30 日間)
Giannakis Stoukas
Giannakis Stoukas 2015 年 3 月 23 日
回答済み: per isakson 2015 年 3 月 23 日
I have one matrix A(11,14) and i want to enter it inside the zero matrix B(10,14) except the row 6.How i will do that?

採用された回答

per isakson
per isakson 2015 年 3 月 23 日
B = A([1:5,7:11],:);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by