MATLAB - File I/O
What is wrong with this MATLAB code snippet?
save('data.mat', 'var1'); load('data.mat', var1);save('data.mat', 'var1'); load('data.mat', var1);load must be passed as strings (in quotes), but here var1 is unquoted.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions