MATLAB: Picking data from excel

Hi I have an excel sheet which contains the names of the people (strings)as the first coulmn. Remaining coloumns contains the information (numeric data) such as height,age etc..
I would like to pick up the data corresponding to the given name and display it. Pls help me.

Best Answer

matlab provides an extensive documentation on xlsread. Please try and see if this helps
doc xlsread