Community Profile

photo

IMAD ACHAHBOUN


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer
  • Revival Level 1

View badges

Feeds

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 month==fix(month) && isscalar(month) && day==fix(day) && iss...

3 years ago | 0