Effacer les filtres
Effacer les filtres

plotting target cell means from each arrays

1 vue (au cours des 30 derniers jours)
Kuang-Yu WANG
Kuang-Yu WANG le 27 Juin 2018
for k2 = 1:22
data2 = mean(cellfun(@(x) x(k2,4), thething))
plot(data2,'-')
end
this is my script that i want to plot means from (1,4) to (22,4) of thething(arrays). However there is nothing on the screen after the codes run.

Réponses (0)

Catégories

En savoir plus sur Line Plots dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by