![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/18852048_1593059383212_DEF.jpg)
S HARIPRAKASH
Followers: 0 Following: 0
Feeds
답변 있음
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.
valid date or not function valid=valid_date(year,month,day) %check whether the given input is scalar positive integer or not...
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.
valid date or not function valid=valid_date(year,month,day) %check whether the given input is scalar positive integer or not...
3년 초과 전 | 0