Community Profile

photo

shreyansh pitroda


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How can blur an image
%% can some one find what is error in this code function [output] = blur(img,w) img = uint8(img); [a,b] = size(img); output ...

4 years ago | 0

Answered
caesar cyphor encryption problem .
%% Function encode the code by shifting it by amount user as specified function [coded]= caesar(code , shift) %% TAKES TWO ...

4 years ago | 0