Setting the dimensions of a plot.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How can I make the output plot of a function equal to x maximum and y maximum?
0 comentarios
Respuestas (1)
Sad Grad Student
el 23 de Feb. de 2015
plot(max(x), max(y))
3 comentarios
Sad Grad Student
el 23 de Feb. de 2015
you can always check for conditions by getting the edges of the graphs and comparing those with values of x and y. Perhaps I might be able to help you better if you paste your code here.
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!