Community Profile

photo

aniket GIRI


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

Followers: 0   Following: 0

Estadísticas

  • First Review
  • First Answer

Ver insignias

Feeds

Ver por

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

casi 4 años hace | 0

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

casi 4 años hace | 2