plotting graph using table data

4 次查看(过去 30 天)
I want to plot a graph T2 (y-axis) against time(x-axis). what code should I use?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by