Azzera filtri
Azzera filtri

accessing data from cell arrays

1 visualizzazione (ultimi 30 giorni)
cgo
cgo il 9 Nov 2018
Modificato: madhan ravi il 9 Nov 2018
I have cell A which is 1x2 in size. Each entry in the cell is a double with different sizes. Am I able to access the entries from A alone?
For example: A{1,2} (refers to the second matrix in cell A), but I want to access only the fifth column, for example.

Risposta accettata

madhan ravi
madhan ravi il 9 Nov 2018
Modificato: madhan ravi il 9 Nov 2018
A{1,2}(:,5)

Più risposte (0)

Categorie

Scopri di più su Data Types in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by