Clear Filters
Clear Filters

Concatenating n number of doubles

1 view (last 30 days)
Anantha Padmanabhan
Anantha Padmanabhan on 13 Sep 2016
Answered: Guillaume on 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!

Answers (1)

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

Categories

Find more on Structures in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!