how to plot ellipse x^2/4+y^2/9=1 and circle x^2+y^2=1 in a single figure window using ezplot and hold on commands?

17 views (last 30 days)
new to matlap.

Accepted Answer

Joseph Cheng
Joseph Cheng on 21 May 2015
ezplot('x^2/4+y^2/9=1'); axis equal; hold on
ezplot('x^2+y^2=1')

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!