Hi
can anyone help me I am using the following code to import data from spread sheet file and plot data- everything working perfect,it plotting one set of data here

v=xlsread('table.zn','B2:B20')
plot(fliplr(v))

the only thing- I need to plot 2 various set of data on same graph e.g I want to plot colunm B2:B20 and C2:C20 on same graph
Thank you

I found the soln lol

[V]=xlsread('table.xlsx')
plot(V);

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.