How do you find radius from input circle?
Ältere Kommentare anzeigen
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) ;
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Gravitation, Cosmology & Astrophysics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!