Borrar filtros
Borrar filtros

What's the comand to get cell-array wrapped into a structure .

1 visualización (últimos 30 días)
>> WalkInertial.AccX.FX
Expected one output from a curly brace or dot indexing expression, but there were 20 results.
WalkInertial.AccX.FX(:)
Expected one output from a curly brace or dot indexing expression, but there were 20 results.
Hello to everyone, i can't find the comand to obtain tha array cell wrapped into a structure.
  2 comentarios
Andrea Gusmara
Andrea Gusmara el 3 de Sept. de 2020
Editada: Andrea Gusmara el 3 de Sept. de 2020
[WalkInertial.AccX.FX] it doesn't work . MATLAB respons with the same error massage
Steven Lord
Steven Lord el 3 de Sept. de 2020
What is the size of the WalkInertial struct array? If it has at least one element, what is the size of the AccX field of the first element of WalkInertial?

Iniciar sesión para comentar.

Respuesta aceptada

Andrea Gusmara
Andrea Gusmara el 3 de Sept. de 2020
getfield(WalkInertial,'AccX','FW')

Más respuestas (0)

Categorías

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