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
-
Omit columns averages from a matrix
618 Solvers
-
Getting the indices from a vector
11771 Solvers
-
Create the following sequence : 0 1 1 4 9 25 64 169 ...
203 Solvers
-
396 Solvers
-
Double all elements in the array
2157 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.