Borrar filtros
Borrar filtros

how can i see the linear variation in the graph?

1 visualización (últimos 30 días)
Yashita Singh
Yashita Singh el 21 de Abr. de 2019
Respondida: Stephan el 21 de Abr. de 2019
the plot command does plot the graph specificaly. it just shows the x and y axis values

Respuesta aceptada

Stephan
Stephan el 21 de Abr. de 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')

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by