How to change data from cell to double

1 view (last 30 days)
mila boub
mila boub on 22 Jun 2016
Hi, Haw to change this maglev data cell to maglev data double ?
maglevInputs: {1x4001 cell}
maglevTargets: {1x4001 cell}
TrainInputs: {2801x1 cell}
TrainTargets: {2801x1 cell}
TestInputs: {1200x1 cell}
TestTargets: {1200x1 cell}
thanks

Answers (2)

Chad Greene
Chad Greene on 22 Jun 2016
You can use cell2mat.

Muhammad Usman Saleem
Muhammad Usman Saleem on 22 Jun 2016

Categories

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

Tags

Community Treasure Hunt

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

Start Hunting!