MATLAB - File I/O
Which of the following is the correct syntax to write a matrix
M to a CSV file named 'data.csv'?M to a CSV file named 'data.csv'?writematrix is the recommended function to write matrices to CSV files.writematrix(M, 'data.csv'); correctly specifies the matrix and filename.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions