Borrar filtros
Borrar filtros

How can I add a zero element to a cell array?

1 visualización (últimos 30 días)
Parham Babakhani Dehkordi
Parham Babakhani Dehkordi el 16 de Mayo de 2016
Editada: the cyclist el 17 de Mayo de 2016
Hi everyone, I have two cell arrays as:
B=[1*44997] and time=t=[1*44998]. The values in B are zero, 1 and -1. I would like to assign a zero value to the last element of B so that I would be able to plot B as a function of (t) because there are not the same length. How can I make two cell array the same dimension?
  1 comentario
Jan
Jan el 16 de Mayo de 2016
Are you sure, that you mean "cell array"? Please read doc cell.

Iniciar sesión para comentar.

Respuesta aceptada

the cyclist
the cyclist el 16 de Mayo de 2016
  3 comentarios
Guillaume
Guillaume el 17 de Mayo de 2016
If it worked, then your question was very misleading as you do not have cell arrays, but plain matrices. As per Jan's comment, please read the documentation on cell arrays.
the cyclist
the cyclist el 17 de Mayo de 2016
Editada: the cyclist el 17 de Mayo de 2016
Not necessarily true, Guillaume. That syntax will also work with cell arrays. For example, this is a valid MATLAB statement
C = [{'a',1,'b'},0]

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays 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