Problem 1515. Procrustean bed
Given a vector x and an integer n, convert x to a vector of length n by (1) chopping off the end if it is too long, or (2) adding zeros to the end if it is too short. If x is a character vector, then add blanks to the end instead of zeros.
Solution Stats
Problem Comments
-
1 Comment
Ned Gulley
on 21 May 2013
I love vector problems with classically-inspired titles! Good old Procrustes...
Solution Comments
Show commentsProblem Recent Solvers58
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52488 Solvers
-
1785 Solvers
-
242 Solvers
-
Make a random, non-repeating vector.
11094 Solvers
-
828 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!