photo

绵辉 翁


Last seen: plus de 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
2 Réponses

RANG
152 406
of 297 805

RÉPUTATION
0

CONTRIBUTIONS
0 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 20 473

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 159 570

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

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Generate echo to an audio
function output = echo_gen(input,fs,delay,amp) rawecho = zeros(length(input)+round(fs*delay),1);%creat a vector to storge "pure...

plus de 3 ans il y a | 0

Réponse apportée
Write a function called blur that blurs the input image
function output = blur(img,w) copyimg = double(img); for ii = 1:size(img,1) for jj = 1:size(img,2) array = zeros...

plus de 3 ans il y a | 0