Reflecting a Curve on a Graph
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
KALYAN ACHARJYA
le 27 Août 2019
Modifié(e) : KALYAN ACHARJYA
le 27 Août 2019
x=0:0.5:10;
y=exp(2.*x/3);
plot(y);
Set the scale range (values) as per requirements
0 commentaires
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!