how can I use mean for cell arrays within cell
Mostra commenti meno recenti
Dear users,
I want to calculate the annual average of the attached file from the data in the cell array, regardless of the NaNs values.
Thanks in advance,
Risposte (1)
Bhaskar R
il 25 Feb 2020
result = cellfun(@(x)mean(x, 'omitnan'), [T_mon{:}])
Categorie
Scopri di più su Multidimensional Arrays in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!