how can i see the linear variation in the graph?

1 次查看(过去 30 天)
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 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