Effacer les filtres
Effacer les filtres

I have a 3D array of size 1x1x240, where each cell consist of 3x1 matrix, I want to plot all the first element present in each cell for 240 cells .

1 vue (au cours des 30 derniers jours)
I have a 3D array of size 1x1x240, where each cell consist of 3x1 matrix, I want to plot all the first element present in each cell for 240 cells .

Réponse acceptée

Stephen23
Stephen23 le 24 Mar 2017
Modifié(e) : Stephen23 le 24 Mar 2017
Where C is your cell array:
M = [C{:}];
plot(M(1,:))
  3 commentaires
Stephen23
Stephen23 le 24 Mar 2017
@Bibhu Prasad Das: my pleasure. You should accept the answer that best resolves your question.
Bibhu Prasad  Das
Bibhu Prasad Das le 24 Mar 2017
Do you have any idea about median filter function "medfilt2" whether it works in spatial or temporal?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by