Borrar filtros
Borrar filtros

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 visualización (últimos 30 días)
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 .

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by