Problem 44. Trimming Spaces

Given a string, remove all leading and trailing spaces (where space is defined as ASCII 32).

 Input  a = ' singular value decomposition  '
 Output b is 'singular value decomposition'

Solution Stats

39.82% Correct | 60.18% Incorrect
Last Solution submitted on Dec 09, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers2254

Suggested Problems

More from this Author96

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!