Making two matrices have the same size
Mostrar comentarios más antiguos
I have the following two matrices, with the following sizes:
A: 71x1
B: 14x14
How can I make them both of size
14x14?
Can we use some sort of padding with zeros for instance?
How can we go about that?
Thanks.
1 comentario
Image Analyst
el 23 de Feb. de 2014
How you do it depends on what direction you want the 71 pixels to go (before they run out): down or across.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Shifting and Sorting Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!