Community Profile

photo

aniket GIRI


Last seen: fast 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

fast 4 Jahre vor | 0

Beantwortet
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 ~(...

fast 4 Jahre vor | 2