is there a function similiar to "replicate" from idl?
Mostrar comentarios más antiguos
the idl syntax is described as "The REPLICATE function returns an array with the given dimensions, filled with the scalar value specified as the first parameter"
is there a syntax in matlab that does something similar?
Respuestas (1)
Steven Lord
el 24 de Ag. de 2017
0 votos
That sounds like the repmat function.
Categorías
Más información sobre MATLAB 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!