Reflecting a Curve on a Graph
조회 수: 1 (최근 30일)
이전 댓글 표시
I have produced the following graph

I basically want to slide the curve down so that it starts at 0 rather than at 0.5932 and then reflect it.
댓글 수: 0
답변 (1개)
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
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!