index multiple columns in cell array
4 次查看(过去 30 天)
显示 更早的评论
Hi, I am still pretty new to Matlab.
I import data from a txt file into a cell-array (ccc). Now I want to retrieve multiple rows and columns:
e.g. myAnimals.monkeys = cell2mat(cellfun(@(x) str2num(char(x)),ccc(5:59,8:10),'UniformOutput',0));
which works fine.
but how do I retrieve e.g. columns 8 to 10 AND 15-18 at the same time?
many thanks, Robert
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!