How to separate cell rows in different cell??
古いコメントを表示

I want to separate like this A = cell row 1 B = cell row 2 etc.. how can possible??? please help me and thanks
採用された回答
その他の回答 (1 件)
Jan
2018 年 4 月 11 日
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.
カテゴリ
ヘルプ センター および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
