table function creating structs

1 visualización (últimos 30 días)
Jesper Solheimsnes
Jesper Solheimsnes el 23 de Abr. de 2021
Respondida: Steven Lord el 23 de Abr. de 2021
Hi Matlab community,
When I try to create an empty table, matlab automatically creates a "struct" instead. See photo.
I have never han any issues with this before, this just started to happen out of nowhere and I cant fix it.
I am aware that you are able to use struct2table or something like this, but why is this happening in the first place?
I am using matlab R2021a.
Thanks for any help!

Respuesta aceptada

Steven Lord
Steven Lord el 23 de Abr. de 2021
Check that you haven't written your own table function or downloaded one that's taking precedence over the built-in table function.
which -all table

Más respuestas (0)

Categorías

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