Reflecting a Curve on a Graph

1 次查看(过去 30 天)
Tom
Tom 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 中查找有关 Graph and Network Algorithms 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by