MATLAB - File I/O
Identify the error in this MATLAB code snippet that tries to write a table
T to the second sheet of results.xlsx:writetable(T, 'results.xlsx', 'Sheet', 2, 'Range', 'B2');
