Concatenating n number of doubles

4 ビュー (過去 30 日間)
Anantha Padmanabhan
Anantha Padmanabhan 2016 年 9 月 13 日
回答済み: Guillaume 2016 年 9 月 13 日
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!

回答 (1 件)

Guillaume
Guillaume 2016 年 9 月 13 日
vertcat(yourstruct.filterindex)
should work.
See also the help

カテゴリ

Help Center および File ExchangeData Types についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by