필터 지우기
필터 지우기

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