photo

aniket GIRI


Last seen: 約4年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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...

約4年 前 | 0

回答済み
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 ~(...

約4年 前 | 2