how can plot the region of convergence?

37 visualizaciones (últimos 30 días)
sara
sara el 3 de Abr. de 2016
Comentada: sara el 3 de Abr. de 2016
hi all can you guide me how can plot the region of convergence? for example for below image?
thanks

Respuestas (1)

Image Analyst
Image Analyst el 3 de Abr. de 2016
See the FAQ for how to create and plot circles http://matlab.wikia.com/wiki/FAQ#How_do_I_create_a_circle.3F
You can also use fill() or patch() to fill it with color, so you might plot a filled gray one, and then put "hold on" and place a smaller white one on top of it.
  4 comentarios
Image Analyst
Image Analyst el 3 de Abr. de 2016
Try calling rectangle again with a smaller radius, so you'd have two of them.
sara
sara el 3 de Abr. de 2016
thanks. this work true :)
Is there any way to fill out of the circle? like below?

Iniciar sesión para comentar.

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by