How do you find radius from input circle?
Afficher commentaires plus anciens
I wrote a code like given below to get a circle equation from user and i need to find radius to make some calculation.(exp :2*x^2 + 2*y^2 = 8)
circle = input('Enter for circular path: ','s') ;
C = str2sym(circle) ;
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Gravitation, Cosmology & Astrophysics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!