Borrar filtros
Borrar filtros

Help me draw the region in matlab ?

4 visualizaciones (últimos 30 días)
Nguyen Trong Nhan
Nguyen Trong Nhan el 24 de Dic. de 2013
Comentada: Image Analyst el 24 de Dic. de 2013
For the region ,draw the region D and color the region D. a) D : x^2 + y^2 = 2x, x^2 + y^2 = 2y b) x^2 + y62 <= 2y, 0<=x<=y*sqrt(3) thanks very much.
  2 comentarios
Image Analyst
Image Analyst el 24 de Dic. de 2013
Is this homework?
Nguyen Trong Nhan
Nguyen Trong Nhan el 24 de Dic. de 2013
for this homework, I have never seen before

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 24 de Dic. de 2013
Why don't you solve the equation for y, then use linspace() to create a vector for x? Plug that vector into your equation to get values for y, and then plot them with plot(x, y, 'ro-') and see what you have and what regions get formed. Then use patch() or fill() to color the region.
  3 comentarios
Nguyen Trong Nhan
Nguyen Trong Nhan el 24 de Dic. de 2013
Oh, I have done it and I see the problem. thanks you very much.
Image Analyst
Image Analyst el 24 de Dic. de 2013
You could use plot(), which you probably did. Can you mark the Answer as Accepted to close it out?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by