Reflecting a Curve on a Graph

조회 수: 1 (최근 30일)
Tom
Tom 2019년 8월 27일
편집: KALYAN ACHARJYA 2019년 8월 27일
I have produced the following graph
attemptatstokesvelocity.jpg
I basically want to slide the curve down so that it starts at 0 rather than at 0.5932 and then reflect it.

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 8월 27일
편집: KALYAN ACHARJYA 2019년 8월 27일
x=0:0.5:10;
y=exp(2.*x/3);
plot(y);
Set the scale range (values) as per requirements

카테고리

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