Community Profile

photo

Faris Shaikh


Last seen: fast 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Promoter

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort