Azzera filtri
Azzera filtri

how can I use the function ‘histfit’ with a cell array?

3 visualizzazioni (ultimi 30 giorni)
Fercho_Sala
Fercho_Sala il 26 Mag 2021
Commentato: dpb il 27 Mag 2021
Hello everyone, I’m trying to use the function ‘histfit’ or 'ksdensity' with a cell array (attached), there are different cells inside, the matter is that is a bit tricky to run a statistical analysis to the whole dataset because the data is stored in this way, what would be the best way to perform this?. Thanks a lot for your help.
  4 Commenti
Fercho_Sala
Fercho_Sala il 27 Mag 2021
Modificato: Fercho_Sala il 27 Mag 2021
@dpb much better if the cell array can be organized like this, showing every content of each cell:
dpb
dpb il 27 Mag 2021
The cell array is comprised of column vectors--either create them as row vectors when generating or transpose the result...
locs=cellfun(@transpose,locs,'UniformOutput',false);
MATLAB isn't a spreadsheet so other than the variable editor window or writing to one or using other display tools, at the command window the default display for cell arrays is what it is.
If you would state explicitly what it is that you want to calculate on what data, then somebody could undoubtedly guide you, but as long as all we can do is guess what the real end objective is, we're just grasping at straws.
Individually, it wouldn't appear there's enough data in any one cell to do too much in the way of any statisical analyses, but not having any klew what the data represent or what the objectives are, simply can't say much about what else to do.

Accedi per commentare.

Risposte (0)

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by