Problem 44144. Duration of a trip in minutes

Input is a string which includes the duration of a trip. Convert the duration to minutes.

For example if the duration of a trip is 1 hour and 20 minutes the input will be

 input = '1h20'

The output will be 1x60 + 20 = 80.

See test suite for more examples

Solution Stats

38.35% Correct | 61.65% Incorrect
Last Solution submitted on Aug 23, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers45

Suggested Problems

More from this Author92

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!