Given the number of seconds after 12 am, find the time in the given format (12/24).
If the format is not mentioned, use 24-hour format.
For example,
sec = 120s
output = '12:02:00:000 AM'
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers16
Suggested Problems
-
Determine Whether an array is empty
817 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
405 Solvers
-
Check that number is whole number
5482 Solvers
-
Create a square matrix of zeros of even order
188 Solvers
-
Find sum of numbers on the cornice of a matrix.
58 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
A nice problem that helped me to learn about the flexibility of MATLAB's built-in functions