MATLAB - Cell Arrays and Structures
Identify the error in this code:
person = struct('name', 'Anna');
disp(person['name']);person = struct('name', 'Anna');
disp(person['name']);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions