flattern_struct(inp​ut, name)

flattern a struct with unknown numbers of nested structs

Ahora está siguiendo esta publicación

for example:
input.field1 = struct()
input.field1.field2 = struct()
...
flattern the struct so it only has one layer, then you can convert it to cell/table etc.

Citar como

uathena (2026). flattern_struct(input, name) (https://es.mathworks.com/matlabcentral/fileexchange/64057-flattern_struct-input-name), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.2.0.0

fix a bug with string compare

1.1.0.0

add comments about input

1.0.0.0