how can plot the region of convergence?
27 次查看(过去 30 天)
显示 更早的评论
hi all can you guide me how can plot the region of convergence? for example for below image?
thanks
0 个评论
回答(1 个)
Image Analyst
2016-4-3
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 个评论
Image Analyst
2016-4-3
Try calling rectangle again with a smaller radius, so you'd have two of them.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!