Você está na página 1de 1

Mostrar 2 funciones en el mismo cuadro de Impresin.

>> theta=(0:pi/100:2*pi);
>> r=sqrt((5^2)*cos(2*theta));
>> subplot(1,2,1)
>> polar(theta,r);
Warning: Imaginary parts of complex X and/or Y arguments
ignored
> In polar at 180
>> r=4*cos(4*theta);
>> subplot(1,2,2);
>> polar(theta,r);

Você também pode gostar