Community Profile

photo

Abhishek Inamdar


KPIT

Last seen: 3 years ago Active since 2021

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
What is wrong with my function? (Lesson 5 wrap up assignment)
function valid = valid_date (year, month, day) if nargin == 3 if isscalar(month) && isscalar(day) && isscalar(year) && mon...

3 years ago | 0