Transferring data from a cell array to a vector

1 view (last 30 days)
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?

Answers (2)

Stephen23
Stephen23 on 9 Jul 2019
Edited: Stephen23 on 9 Jul 2019

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

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!