How to change data from cell to double

2 visualizaciones (últimos 30 días)
mila boub
mila boub el 22 de Jun. de 2016
Respondida: Muhammad Usman Saleem el 22 de Jun. de 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

Respuestas (2)

Chad Greene
Chad Greene el 22 de Jun. de 2016
You can use cell2mat.

Muhammad Usman Saleem
Muhammad Usman Saleem el 22 de Jun. de 2016

Categorías

Más información sobre Data Type Conversion en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by