Matrix Maniplation: Removing a smaller matix from a larger matrix.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
Say I have 2 matrices:
a=[1 2 3 4; 5 6 7 8; 9 10 11 12; 13 14 15 16];
b=[6 7; 10 11];
How could I remove b from a to create c. In the same way if a was a 36x3 matrix and b was a 16x3 matrix of any numbers I could remove the values of b from a to create c (20x3 matrix).
Thanks
3 comentarios
Guillaume
el 18 de Mzo. de 2015
Yes to what? Note that I've put some questions mark in my c since I've no idea what you want.
I have no idea what sort of 20x3 matrix you're hoping to get. If you remove a square from a bigger square, you're left with a square with a hole, not a smaller square.
Respuestas (1)
Guillaume
el 18 de Mzo. de 2015
I have no idea what sort of c you're trying to obtain.
0 comentarios
Ver también
Categorías
Más información sobre Shifting and Sorting Matrices 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!