photo

Ajijul Mridol


BUET

Last seen: presque 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Message

Hello, I am an undergraduate student currently studying mechanical engineering.My research interest is on heat transfer and fluid mechanics specially i have done CFD simulations.I am also very deeply intersted in machine learning and neural network.I frequently use matlab in my work.

Statistiques

  • 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) %here calculating the delay points after which echo will be added c=round(delay*f...

environ 4 ans il y a | 0

Réponse apportée
Saddle points of a 2D matrix
function indices=saddle(M) [row,col]=size(M); k=1; for i=1:row for j=1:col %check if it is the biggest elemen...

environ 4 ans il y a | 0