MATLAB - File I/O
Identify the error in the following MATLAB code:
save('results.mat', x, y); clear; load('results.mat');save('results.mat', x, y); clear; load('results.mat');save, but here x and y are passed without quotes.load can load all variables without names; .mat extension is correct.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions