plotting graph using table data

 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 Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by