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

MATLAB

I have a table with variables. Is there any function that allows me to see the data type of all variables in a table?

Best Answer

varfun(@class, YourTable)