MATLAB - File I/O
Given the code:
What does this code do?
data = xlsread('values.xlsx', 'B2:C4'); disp(data);What does this code do?
data = xlsread('values.xlsx', 'B2:C4'); disp(data);xlsread reads numeric data from specified cell range.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions