Ajijul Mridol - MATLAB Central
photo

Ajijul Mridol


BUET

Last seen: 4年以上 前 2020 年からアクティブ

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.

統計

MATLAB AnswersFrom 06/20 to 04/25Use left and right arrows to move selectionFrom 06/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
2 回答

ランク
175,382
of 298,292

評判
0

コントリビューション
0 質問
2 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 20,560

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,775

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Answer

バッジを表示

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

5年弱 前 | 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...

5年弱 前 | 0