How to separate cell rows in different cell??
Ältere Kommentare anzeigen

I want to separate like this A = cell row 1 B = cell row 2 etc.. how can possible??? please help me and thanks
Akzeptierte Antwort
Weitere Antworten (1)
Jan
am 11 Apr. 2018
Creating a bunch of variables dynamically is a bad idea, see Tutorial: Why to avoid EVAL. Using indices is much smarter:
C(2, :)
This is a cell, which contains the 2nd row already. Using a new variable to copy this contents to a specific variable.
Kategorien
Mehr zu Resizing and Reshaping Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
