MATLAB - String Handling
You want to create a formatted string showing a person's name and age, where age is right-aligned in a 3-character wide field. Which
sprintf call achieves this?name = 'Anna'; age = 7;
