Cell Array with different sizes

6 views (last 30 days)
Jonas Haupt
Jonas Haupt on 24 Jun 2019
Answered: Jonas Haupt on 24 Jun 2019
Hi guys,
I have certain cell arrays with with the size of 1x73 cells.
Each cell have a minimum size of 12000x1 double. Goes up to over 30000.
Ich would like to read them seperately now in variables. Is there an option to do it, without doing it cell by cell?
Best regards
J

Accepted Answer

madhan ravi
madhan ravi on 24 Jun 2019
Edited: madhan ravi on 24 Jun 2019
"Ich would like to read them seperately now in variables."
  4 Comments
madhan ravi
madhan ravi on 24 Jun 2019
Jonas Haupt's answer moved here:
For that i use cellfun and padarray right?
madhan ravi
madhan ravi on 24 Jun 2019
Yes, one of the possible ways.

Sign in to comment.

More Answers (1)

Jonas Haupt
Jonas Haupt on 24 Jun 2019
Okay I tried several things but it didnt work.
How can I do it, without making it cell by cell?
Thank you very much!

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!