How can I shift a vector numerically to the right (or the left) by adding zeros to the side of the array?
18 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Seba.V
el 13 de Ag. de 2019
Respondida: madhan ravi
el 13 de Ag. de 2019
Supposing I have a vector x=[1 2 3] and I need it to shift it to the right of two integers how can i generate a new vector x1=[0 0 1 2 3]
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Elementary Math 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!