photo

aniket GIRI


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

Followers: 0   Following: 0

Statistiques

  • First Review
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How can blur an image
function out = blur(img,w) % convert to double for doing calculations imgD = double(img); [row, col] = size(img); out = z...

environ 4 ans il y a | 0

Réponse apportée
How to write a function to determine if a date entered is valid
function isvalid = valid_date(y, m, d) % Check if the inputs are valid % Check that they are scalars if ~(...

environ 4 ans il y a | 2