Setting the dimensions of a plot.
이전 댓글 표시
How can I make the output plot of a function equal to x maximum and y maximum?
답변 (1개)
Sad Grad Student
2015년 2월 23일
plot(max(x), max(y))
댓글 수: 3
Sad Grad Student
2015년 2월 23일
Can you explain what do you mean by "output plot" ? Give an example of input to the function and the expected output.
J
2015년 2월 23일
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.
카테고리
도움말 센터 및 File 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!