Community Profile

photo

IMAD ACHAHBOUN


Last seen: casi 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • First Answer
  • Revival Level 1

Ver insignias

Feeds

Ver por

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

alrededor de 3 años hace | 0