MATLAB - File I/O
What does the MATLAB command
save('data.mat', 'x') do?save('data.mat', 'x') do?save commandsave command stores variables from the workspace into a MAT file.save('data.mat', 'x') saves the variable x into the file named data.mat.x to a file named data.mat. -> Option Asave stores variables [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions