Reflecting a Curve on a Graph

1 Ansicht (letzte 30 Tage)
Tom
Tom am 27 Aug. 2019
Bearbeitet: KALYAN ACHARJYA am 27 Aug. 2019
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.

Antworten (1)

KALYAN ACHARJYA
KALYAN ACHARJYA am 27 Aug. 2019
Bearbeitet: KALYAN ACHARJYA am 27 Aug. 2019
x=0:0.5:10;
y=exp(2.*x/3);
plot(y);
Set the scale range (values) as per requirements

Kategorien

Mehr zu Graph and Network Algorithms finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by