Community Profile

photo

anika kader


Last seen: nästan 4 år ago Active since 2020

Statistics

Content Feed

View by

Question


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

nästan 4 år ago | 1 answer | 0

1

answer