Reflecting a Curve on a Graph
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
KALYAN ACHARJYA
il 27 Ago 2019
Modificato: KALYAN ACHARJYA
il 27 Ago 2019
x=0:0.5:10;
y=exp(2.*x/3);
plot(y);
Set the scale range (values) as per requirements
0 Commenti
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!