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 Exchange2-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