Filter löschen
Filter löschen

Concatenating n number of doubles

1 Ansicht (letzte 30 Tage)
Anantha Padmanabhan
Anantha Padmanabhan am 13 Sep. 2016
Beantwortet: Guillaume am 13 Sep. 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!

Antworten (1)

Guillaume
Guillaume am 13 Sep. 2016
vertcat(yourstruct.filterindex)
should work.
See also the help

Kategorien

Mehr zu Structures finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by