MATLAB - File I/O
Which of the following is the correct syntax to write a matrix
A to an Excel file named 'data.xlsx'?A to an Excel file named 'data.xlsx'?xlswrite is used to write matrices to Excel files.xlswrite('data.xlsx', A) correctly writes matrix A to the file.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions