table function creating structs

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!

 Accepted Answer

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

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!