how can i see the linear variation in the graph?

1 回表示 (過去 30 日間)
Yashita Singh
Yashita Singh 2019 年 4 月 21 日
回答済み: Stephan 2019 年 4 月 21 日
the plot command does plot the graph specificaly. it just shows the x and y axis values

採用された回答

Stephan
Stephan 2019 年 4 月 21 日
H = [ 1:2:11];
L = 0.0065; %K/m
T0= 288.15; % till 11 km
T = T0 - L.*H; %K
plot(T,H,'-o')

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-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