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