How to change data from cell to double

2 vues (au cours des 30 derniers jours)
mila boub
mila boub le 22 Juin 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

Réponses (2)

Chad Greene
Chad Greene le 22 Juin 2016
You can use cell2mat.

Muhammad Usman Saleem
Muhammad Usman Saleem le 22 Juin 2016

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by