Extend a 20x1 structure to be a 20x10 structure

3 visualizaciones (últimos 30 días)
new2matlab
new2matlab el 3 de Ag. de 2020
Comentada: new2matlab el 3 de Ag. de 2020
I have a 20x1 structure of specific data and I am looking for a way to just extend it (same data copied over) into a 20x10 structure so that I can multiply it by another structure.

Respuesta aceptada

Bruno Luong
Bruno Luong el 3 de Ag. de 2020
repmat(s,1,10);

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by