Imported Data - How to Change X Axis Data Source

Hi, I've been struggling with this for 8 hours now and have come close, but cannot get what I need. I imported data from excel that I want to plot in a line graph. Everything works fine, but the X axis data is just the record number (what Matlab calls "index", I think). But I want to choose which column is used for the x axis.
After importing the data by "Create vectors from each column using column names”, I used the plot command to plot multiple values against Time on the x axis and this almost works: >>plot(Time,Adata,Time,Bdata,Time,Cdata...) but then I can't get the legend to show the name of each line. Can you help?
Thanks so much! Tom

2 Comments

legend('AData', 'BData', 'CData') ?
Ha, that worked! Thank you so much!!!
Tom

Sign in to comment.

Answers (0)

Asked:

on 20 Jan 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!