plotting graph using table data
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuesta aceptada
David Hill
el 26 de En. de 2021
a=readmatrix('energy lab Exp 1.xlsx');
plot(a(:,1),a(:,2));
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!