plotting graph using table data

11 visualizaciones (últimos 30 días)
kevin Lee
kevin Lee el 26 de En. de 2021
Respondida: David Hill el 26 de En. de 2021
I want to plot a graph T2 (y-axis) against time(x-axis). what code should I use?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by