photo

MUHAMMAD USMAN BIN AHMED


Last seen: environ 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to write a function to determine if a date entered is valid
function valid = valid_date(year,month,day) if nargin ~=3 valid=false; elseif ((~isscalar(year))||(mod(year,1)~=0)||year<...

environ 4 ans il y a | 1