how to duplicate rows in a 2D matrix
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Naufal Arfani
el 7 de En. de 2021
Respondida: KSSV
el 7 de En. de 2021
hello everyone, for example I have an array like the one below, I want to duplicate the array value on row 2nd to the value on row 1st does anyone know the easy way? I have tried the code below but it still has an error, thank you
A = magic(4);
A(2,:) = [1,:];
end
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical 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!