フィルターのクリア

overlaying multiple plots on the same set of axes

3 ビュー (過去 30 日間)
Tyler
Tyler 2014 年 2 月 2 日
回答済み: the cyclist 2014 年 2 月 2 日
Hi, I'm looking to overlay multiple plots on the same axes.
I am using ezplot for the plot of a function, and then i want to use the rectangle command to plot a box overtop of it.
It looks something like this:
rectangle('Position',[-slm,-stm,slm+slp,stm+stp]) ezplot(F11*x^2 + F22*y^2 + F1*x + F2*y + 2*F12*x*y - 1,[-2*slm,2*slp],[-2*stm,2*stp]);
any way to get these on the same set of axes?

回答 (1 件)

the cyclist
the cyclist 2014 年 2 月 2 日
Use the hold command.

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by