How to select particular columns in each cell of one cell array?
17 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
essi
am 14 Jun. 2013
Bearbeitet: Hayder
am 3 Jun. 2019
Dear all, I am Beginner in MATLAB and I have this problem:
I have a cell array with 491 cell(with different dimensions) and I want to select particular columns in each cell, for example I want to select column 50 in cell 10, so I do this: A=[cell array]; b=A(:,10); c=b(b{:,50}); but error is: ??? Index exceeds matrix dimensions. now how can I this?
best regards
ESSI
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (2)
sathish kumar rb
am 11 Nov. 2017
i need to select a column from giving the number in one csv file and tat particular column number will be need to select in another csv file
0 Kommentare
Siehe auch
Kategorien
Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!