Community Profile

photo

Faris Shaikh


Last seen: casi 4 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Promoter

Ver insignias

Feeds

Ver por

Pregunta


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

casi 5 años hace | 1 respuesta | 0

1

respuesta