MATLAB - Cell Arrays and Structures
What will be displayed after running this MATLAB code?
fld = 'height'; S.(fld) = 180; disp(S.height);
fld = 'height'; S.(fld) = 180; disp(S.height);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions