Filter löschen
Filter löschen

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 Ansicht (letzte 30 Tage)
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 .

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by