plotting graph using table data

6 visualizzazioni (ultimi 30 giorni)
kevin Lee
kevin Lee il 26 Gen 2021
Risposto: David Hill il 26 Gen 2021
I want to plot a graph T2 (y-axis) against time(x-axis). what code should I use?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by