MATLAB - Cell Arrays and Structures
Identify the error in this MATLAB code that tries to store mixed data types:
myData = [42, 'hello', 3.14];
myData = [42, 'hello', 3.14];
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions