MATLAB - File I/O
What will be the output of the following MATLAB code?
T = readtable('data.xlsx', 'Sheet', 'Sheet1'); disp(T(1, :));T = readtable('data.xlsx', 'Sheet', 'Sheet1'); disp(T(1, :));15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions