필터 지우기
필터 지우기

Concatenating n number of doubles

조회 수: 1 (최근 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 CenterFile Exchange에서 Structures에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by