Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 15:24:35 levenshtein_distance_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 levenshtein_distance() computes the Levenshtein distance between two strings. S = "water" T = "wine" Computed distance = 3, correct distance = 3 S = "kitten" T = "sitting" Computed distance = 3, correct distance = 3 S = "saturday" T = "sunday" Computed distance = 3, correct distance = 3 S = "pheromones" T = "photographer" Computed distance = 8, correct distance = 8 levenshtein_distance_test(): Normal end of execution. 13-May-2025 15:24:35