Transferring data from a cell array to a vector

조회 수: 1 (최근 30일)
Lev Mihailov
Lev Mihailov 2019년 7월 9일
편집: Stephen23 2019년 7월 9일
Hello, I have some data in the cell arrays
Atlas{i} ; Atlas{1} ans=122 ; Atlas{2} ans=12 ;
can i convert this data into vector?

답변 (2개)

Stephen23
Stephen23 2019년 7월 9일
편집: Stephen23 2019년 7월 9일

Lev Mihailov
Lev Mihailov 2019년 7월 9일
I'm probably doing something bad.
XAtlas =Atlas{i} ;
I just need to transfer from cell to single

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by