Setting the dimensions of a plot.
2 ビュー (過去 30 日間)
古いコメントを表示
How can I make the output plot of a function equal to x maximum and y maximum?
0 件のコメント
回答 (1 件)
Sad Grad Student
2015 年 2 月 23 日
plot(max(x), max(y))
3 件のコメント
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.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!