Feeds
已回答
Write a function called holiday that takes two input arguments called month and day; both are scalar integers representing a month (1-12) and a day (1-31). You do not need to check that the input is valid. The function returns a logical true if the s
Here is my take on the problem. I've tested it, and it works. I don't know why your function doesn't work while it looks like it...
Write a function called holiday that takes two input arguments called month and day; both are scalar integers representing a month (1-12) and a day (1-31). You do not need to check that the input is valid. The function returns a logical true if the s
Here is my take on the problem. I've tested it, and it works. I don't know why your function doesn't work while it looks like it...
7 years 前 | 0