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!

 Akzeptierte Antwort

Steven Lord
Steven Lord am 23 Apr. 2021

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by