MATLAB: How to load spefic sheet of excel workbook in matlab

importing excel data

For suppose I want to import just some variables from first sheet.

Best Answer

The documentation for xlsread explains how to do either thing you describe.
Related Question