Community Profile

photo

Faris Shaikh


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Promoter

查看徽章

Feeds

排序方式:

提问


My code keeps breaking for a few data input, Please help! The Question is: 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 fa
function valid = valid_date(year, month, day) valid = false; if isscalar(year) && year>0 && isscalar(month) && month~=0 && iss...

5 years 前 | 1 个回答 | 0

1

个回答