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
-
Remove any row in which a NaN appears
8768 Solvers
-
2599 Solvers
-
1463 Solvers
-
2394 Solvers
-
1455 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.