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!
