Reflecting a Curve on a Graph
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have produced the following graph
![attemptatstokesvelocity.jpg](https://www.mathworks.com/matlabcentral/answers/uploaded_files/235459/image.jpeg)
I basically want to slide the curve down so that it starts at 0 rather than at 0.5932 and then reflect it.
0 comentarios
Respuestas (1)
KALYAN ACHARJYA
el 27 de Ag. de 2019
Editada: KALYAN ACHARJYA
el 27 de Ag. de 2019
x=0:0.5:10;
y=exp(2.*x/3);
plot(y);
Set the scale range (values) as per requirements
0 comentarios
Ver también
Categorías
Más información sobre Graph and Network Algorithms en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!