MATLAB: Difference between load and xlsread

loadxlsread

Hi! could someone explain me the difference between load and xlsread? also, how can I create a document that could be used with the command "load" in the future. Thanks!

Best Answer

Short Answer:
'load' is to load a .mat file to the workspace whereas 'xlsread' is to read Excel Spreadsheets.
Related Question