Community Profile

photo

MUHAMMAD USMAN BIN AHMED


Last seen: casi 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

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

casi 4 años hace | 1