extract tables from a cell - to Classification Learner

2 views (last 30 days)
I prepared all the data, in for loop mode, from 20 different sizes tables. Now the tables are inside a cell, each cell position has a different table in it. In order to choose the best model, using the Classification Learner app, I believe I will need to extract each table from the cell and run the Learner for each table one by one (as the Learner does not recognize a cell with many tables), right ? If this is the way to do it, how can I extract all the individual tables from the cell and give each one a different name (preferebly with the names for each one I already have stored in another cell string).
  9 Comments
Adam Danz
Adam Danz on 9 Aug 2019
Flavio's answer moved here as comment
Now it is clear, ok got it. Thanks !

Sign in to comment.

Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!