aniket GIRI
Followers: 0 Following: 0
Statistiques
0 Questions
2 Réponses
RANG
9 161
of 295 467
RÉPUTATION
4
CONTRIBUTIONS
0 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
2
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
plus de 4 ans il y a | 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 ~(...
plus de 4 ans il y a | 2