plotting graph using table data

 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 Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 26 de En. de 2021

Respondida:

el 26 de En. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by