Problem 2483. How long until the weekend?
Write a function a that takes a date vector as an input and returns the number of hours until the weekend begins. The beginning of the weekend is defined as 5:00 PM on Friday. For example
input=[ 2014 08 04 08 00 00] weekend(input) = 105
input=[ 2014 08 08 16 30 00] weekend(input) = 0.5
str2num and other cheat functions are not allowed.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers75
Suggested Problems
-
Which values occur exactly three times?
5233 Solvers
-
Renaming a field in a structure array
1577 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1985 Solvers
-
Back to basics 21 - Matrix replicating
1784 Solvers
-
Sum of first n positive integers
620 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!