How to combine multiple functions/lines/arcs in only one?
    7 次查看(过去 30 天)
  
       显示 更早的评论
    
    ErikJon Pérez Mardaras
 2020-10-30
  
    
    
    
    
    编辑: ErikJon Pérez Mardaras
 2020-11-2
            I have drawn the following arc (drawn in pink)

Using and putting one next to another the following arcs (each one with different xp,yp,radius and centre values of course)
teta = linspace(rangini,rangfin);         
xco = centre(1)+radius*cos(teta); 
yco = centre(2)+radius*sin(teta);      
plot(xco,yco,'m');
There is any form of uniting those arcs in only one function so I could work with it more easily in further code/programm?
4 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Polar Plots 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

