plotting graph using table data

7 vues (au cours des 30 derniers jours)
kevin Lee
kevin Lee le 26 Jan 2021
I want to plot a graph T2 (y-axis) against time(x-axis). what code should I use?

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by