Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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?

Respuesta aceptada

per isakson
per isakson el 23 de Mzo. de 2015
B = A([1:5,7:11],:);

Más respuestas (0)

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by