plotting graph using table data

I want to plot a graph T2 (y-axis) against time(x-axis). what code should I use?

 Accepted Answer

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

Asked:

on 26 Jan 2021

Answered:

on 26 Jan 2021

Community Treasure Hunt

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

Start Hunting!