Problem 45970. Vector of digits (★★)
Given a positive integer x, construct a vector y with all the digits of x in the order of appearance in x. Thus, if
x = 172850
then
y = [ 1 7 2 8 5 0];
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers60
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2810 Solvers
-
Project Euler: Problem 3, Largest prime factor
1785 Solvers
-
Back to basics 8 - Matrix Diagonals
962 Solvers
-
Sum the 'edge' values of a matrix
396 Solvers
-
determine the sum of the squares
125 Solvers
More from this Author52
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!