plotting graph using table data

1 view (last 30 days)
kevin Lee
kevin Lee on 26 Jan 2021
Answered: David Hill on 26 Jan 2021
I want to plot a graph T2 (y-axis) against time(x-axis). what code should I use?

Accepted Answer

David Hill
David Hill on 26 Jan 2021
a=readmatrix('energy lab Exp 1.xlsx');
plot(a(:,1),a(:,2));

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!