MATLAB - Cell Arrays and Structures
What is wrong with this code snippet?
student(1).Name = 'Tom';
disp(student(1).Age);
student(2).Age = 20;
student(1).Name = 'Tom';
disp(student(1).Age);
student(2).Age = 20;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions