Ajijul Mridol
BUET
Followers: 0 Following: 0
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
0 Questions
2 Answers
RANK
272,813
of 296,352
REPUTATION
0
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,394
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,133
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
Feeds
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...
4 years ago | 0
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...
4 years ago | 0