MATLAB - Cell Arrays and Structures
What will be the output of this MATLAB code?
data = {3.14, 'dog', [1 2 3]};
disp(class(data))data = {3.14, 'dog', [1 2 3]};
disp(class(data))15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions