MathWorks Interview Question

How do you determine a variable type in Matlab?

Interview Answers

Anonymous

Nov 17, 2011

use the 'class' function

Anonymous

Apr 9, 2013

I would use the whos function instead. It's more informative.