![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23506548_1628931240740_DEF.jpg)
Abhinav Gadge
Followers: 0 Following: 0
Statistics
All
RANK
7 986
of 297 016
REPUTATION
6
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
12 416 of 20 419
REPUTATION
30
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
3
ALL TIME DOWNLOADS
200
RANK
of 157 725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
Write a function called valid_date that takes three positive integer scalar inputs year, month, day. If these three represent a valid date, return a logical true, otherwise false. The name of the output argument is valid.
%works correctly for all cases function valid=valid_date(y,m,d) days=[31,28,31,30,31,30,31,31,30,31,30,31] if (mod(y,4)==0 ...
Write a function called valid_date that takes three positive integer scalar inputs year, month, day. If these three represent a valid date, return a logical true, otherwise false. The name of the output argument is valid.
%works correctly for all cases function valid=valid_date(y,m,d) days=[31,28,31,30,31,30,31,31,30,31,30,31] if (mod(y,4)==0 ...
mer än 2 år ago | 3