メインコンテンツ

結果:


Chanaka Prabhath Karunarathna
Chanaka Prabhath Karunarathna
最後のアクティビティ: 2020 年 2 月 10 日

I have 1942x1 cell msgs. Single msg format is 1x1 Float64MultiArray. Inside that there is Data 16x1 double. I need to extract data and store them as vector [1942x16]. I was able to read every data and transpose them into 1x16. Now I need to store that 1x16 by row and build final 1942x16 vector. Does anyone have an idea for that?