photo

Prashant Dubey


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

Followers: 0   Following: 0

Estadística

MATLAB Answers

0 Preguntas
2 Respuestas

CLASIFICACIÓN
2.930
of 300.365

REPUTACIÓN
20

CONTRIBUCIONES
0 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
9

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
I meet some problem in my coursera homework Echo Generator
function output = echo_gen(s, Fs, delay, amp) % Find the time between points using Fs dt = 1/Fs; % Calculate the ...

más de 5 años hace | 9

Respondida
Write a function called blur that blurs the input image
function out = blur(img,w) % convert to double for doing calculations imgD = double(img); [row, col] = size(img);...

más de 5 años hace | 0