How to perform 'Count Vowels' in Matlab.
% Task: Count Vowels
% Language: Matlab
function count_vowels()
% Implementation for Count Vowels
% TODO: Implement core logic here
% Step 1: Prepare data
% Step 2: Process Count Vowels
disp("Done");
end