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 Solvers16
Suggested Problems
-
Solve the set of simultaneous linear equations
491 Solvers
-
271 Solvers
-
Side of an equilateral triangle
6867 Solvers
-
Matrix multiplication across rows
394 Solvers
-
33 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.