I want to plot a graph T2 (y-axis) against time(x-axis). what code should I use?

 채택된 답변

David Hill
David Hill 2021년 1월 26일

0 개 추천

a=readmatrix('energy lab Exp 1.xlsx');
plot(a(:,1),a(:,2));

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2021년 1월 26일

답변:

2021년 1월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by