Setting the dimensions of a plot.
Ältere Kommentare anzeigen
How can I make the output plot of a function equal to x maximum and y maximum?
Antworten (1)
Sad Grad Student
am 23 Feb. 2015
plot(max(x), max(y))
3 Kommentare
Sad Grad Student
am 23 Feb. 2015
Can you explain what do you mean by "output plot" ? Give an example of input to the function and the expected output.
J
am 23 Feb. 2015
Sad Grad Student
am 23 Feb. 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.
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!