Community Profile

photo

anika kader


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

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Pregunta


How to write a function to determine if the inputed date is valid.Whats wrong with my valid_date function?
function valid = valid_date(year,month,day) if isscalar(year)==true && year>0 && isscalar(month)==true && month>0 && 12>=mont...

casi 4 años hace | 1 respuesta | 0

1

respuesta