Effacer les filtres
Effacer les filtres

how can i see the linear variation in the graph?

1 vue (au cours des 30 derniers jours)
Yashita Singh
Yashita Singh le 21 Avr 2019
the plot command does plot the graph specificaly. it just shows the x and y axis values

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by