Problem 2648. Ulam spiral 2: The revenge
Starting from the problem https://www.mathworks.com/matlabcentral/cody/problems/2644-the-ulam-matrix, transform the Ulam Matrix into coordinates to plot the spiral.
![](https://imgur.com/Ycgsvel.png)
So:
- point 1 will have coordinates (0,0)
- point 2 will have coordinates (1,0)
- point 3 will have coordinates (1,1)
- point 4 will have coordinates (0,1)
and so on...
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers24
Suggested Problems
-
Select every other element of a vector
33702 Solvers
-
Return a list sorted by number of occurrences
2816 Solvers
-
149 Solvers
-
151 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
620 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!