plotting of polar and Cartesian coordinates at the same time

 Réponse acceptée

y = rand(1,360);
plot(linspace(-1,1, numel(y)), y+1)
hold on
plot(cos(theta).*y, sin(theta).*y, 'r')

Plus de réponses (0)

Catégories

En savoir plus sur Polar Plots dans Centre d'aide et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by