is there a function similiar to "replicate" from idl?
Afficher commentaires plus anciens
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?
Réponses (1)
Steven Lord
le 24 Août 2017
0 votes
That sounds like the repmat function.
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!