Feeds
질문
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...
5년 초과 전 | 답변 수: 1 | 0