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
-
Make an awesome ramp for a tiny motorcycle stuntman
753 Solvers
-
Calculate the height of an object dropped from the sky
320 Solvers
-
Matrix multiplication across rows
398 Solvers
-
70 Solvers
-
Slope of the line passing through two points
101 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.