photo

Ajijul Mridol


BUET

Last seen: 4 years ago Active since 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.

Statistics

MATLAB Answers

0 Questions
2 Answers

RANK
174,849
of 298,363

REPUTATION
0

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,572

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160,925

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

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

5 years ago | 0

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

5 years ago | 0