For Cylindrical coordinate point, rho, fie (degrees) and z. Convert these points in Spherical Cooridinate System and save result into vector 'result'. Round your result upto 3 decimal places.
Generate an accurate function to evaulate any points of Cylindrical Coordinate System.
Solution Stats
Problem Comments
5 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers17
Suggested Problems
-
Which values occur exactly three times?
5245 Solvers
-
Find the two most distant points
2956 Solvers
-
2083 Solvers
-
Back to basics 23 - Triangular matrix
1134 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
2201 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
please fix testsuite
The test suite now takes the input variables, instead of x. It also tests against a tolerance now.
However, there is no reference solution and none of the legitimate attempts thus far pass the test case, so I hope that the updates function properly.
The second output value seems to be wrong.
Test suite has been fixed.
The author wants the radius and the two angles from the related spherical coordinate system but not the actual coordinates, despite the problem's description.