Setting the dimensions of a plot.

2 次查看(过去 30 天)
J
J 2015-2-23
How can I make the output plot of a function equal to x maximum and y maximum?

回答(1 个)

Sad Grad Student
Sad Grad Student 2015-2-23
plot(max(x), max(y))
  3 个评论
J
J 2015-2-23
Its for a trajectory function...the graph will always vary due to unlimited possibilities of input. How do I make sure that y and x maximum never exceed the graph dimensions?
Sad Grad Student
Sad Grad Student 2015-2-23
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by