photo

Ajijul Mridol


BUET

Last seen: circa 5 anni fa Attivo dal 2020

Followers: 0   Following: 0

Messaggio

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.

Statistica

MATLAB Answers

0 Domande
2 Risposte

RANK
69.743
of 300.392

REPUTAZIONE
0

CONTRIBUTI
0 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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...

oltre 5 anni fa | 0

Risposto
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...

oltre 5 anni fa | 0