Input(t) - cell of strings with times in format 'min:sec.ms'
Output([m, s]) - two strings with mean and standard deviation with the same format (rounded to first decimal place)
Example:
- t={'45.5', '1:04.8', '55.4'}; m='55.2'; s='9.7';
- t={'1:38.4', '2:12.9', '2:00.6'}; m='1:57.3'; s='17.5'
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers80
Suggested Problems
-
Project Euler: Problem 4, Palindromic numbers
1297 Solvers
-
Convert a vector into a number
621 Solvers
-
Flag largest magnitude swings as they occur
693 Solvers
-
Are all the three given point in the same line?
607 Solvers
-
Count consecutive 0's in between values of 1
541 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Additional test cases have been added.