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 CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by