MATLAB - String Handling
You have a cell array of strings:
{'abc123', 'def456', 'ghi789'}. How do you extract only the numeric parts from each string using MATLAB regular expressions?