Borrar filtros
Borrar filtros

Concatenating n number of doubles

1 visualización (últimos 30 días)
Anantha Padmanabhan
Anantha Padmanabhan el 13 de Sept. de 2016
Respondida: Guillaume el 13 de Sept. de 2016
As seen in the picture I have a 1*n array with 3 fields with each filed being an array of values. Is there a command to concancate all the values under the field filterindex into one array?
Thanks you!

Respuestas (1)

Guillaume
Guillaume el 13 de Sept. de 2016
vertcat(yourstruct.filterindex)
should work.
See also the help

Categorías

Más información sobre Structures 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