Taylor - if you are mixing numbers with strings, then create a cell array which will allow you to have elements of different types. For example,
myData = {'Product 1', 10; 'Product 2', 20};
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!