matrix multiple rows with the same value

22 visualizaciones (últimos 30 días)
TheDice
TheDice el 21 de Abr. de 2021
Comentada: TheDice el 21 de Abr. de 2021
hello i want to have two times the same row in a matrix. is there a command for this?
Right now i write it like this:
x = [20:145:600;20:145:600]

Respuesta aceptada

Stephan
Stephan el 21 de Abr. de 2021
repmat([20:145:600],2,1)
ans = 2×5
20 165 310 455 600 20 165 310 455 600
  1 comentario
TheDice
TheDice el 21 de Abr. de 2021
thank you. how do I do that if I want to have this matrix still under there?
[54:145:634]

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays 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!

Translated by