Probably the easiest way is to readtable() and then select only the rows where the desired codes are, probably using ismember
selected_data = TheTable(ismember(TheTable{:,ColumnNumber}, ListOfDesiredCodes))
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!