Add lines and rows around an array
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Alan Meier
el 6 de Abr. de 2020
Comentada: darova
el 6 de Abr. de 2020
Is there a simple way to add single lines and rows around an existing array, like a boundary box.
E.g.:
1 2 3 4
4 5 6 7
7 8 9 0
shoud go to:
11 11 11 11 11 11
11 1 2 3 4 11
11 4 5 6 7 11
11 7 8 9 0 11
11 11 11 11 11 11
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Whos 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!