plotting graph using table data

조회 수: 5 (최근 30일)
kevin Lee
kevin Lee 2021년 1월 26일
답변: David Hill 2021년 1월 26일
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일
a=readmatrix('energy lab Exp 1.xlsx');
plot(a(:,1),a(:,2));

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by