What is a good way to see the data type of variables in a table?

3 views (last 30 days)
I have a table with variables. Is there any function that allows me to see the data type of all variables in a table?

Accepted Answer

Walter Roberson
Walter Roberson on 9 Dec 2020
varfun(@class, YourTable)

More Answers (0)

Categories

Find more on Tables in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!