how to remove line from cell array?
5 ビュー (過去 30 日間)
古いコメントを表示
Hi every one,
I'm working on cell array called T like:
T{1}= [1 2 3 ]
T{2} = [ 2 3]
..
.
.
.
.
T{n}=[ 2 3 4]
I want in this work to delete a line, for example I want to remove line 2 , T{2 }, How can I do it ?
Thank you
0 件のコメント
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!