photo

Yeasir Mohammad Akib


Last seen: 1年以上 前 2015 年からアクティブ

Followers: 0   Following: 0

Love to learn stuffs.

統計

MATLAB Answers

8 質問
0 回答

ランク
208,144
of 300,857

評判
0

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

回答採用率
87.5%

獲得投票数
0

ランク
 of 21,097

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,361

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


I have stuck with using narnet .
I have used the code provided by Greg in newsgroup. My sample code is here: *Input* clc,clear; plt=0; X=load('BOD...

約10年 前 | 1 件の回答 | 0

1

回答

質問


Forecasting BOD values using MATLAB neural net toolbox
My code is here but I have faced problem with the output. *Input* x=load('BOD test.txt'); T = x; net = narnet(1:2,10); ...

約10年 前 | 1 件の回答 | 0

1

回答

質問


Input and output in neural net toolbox
I want to show the effect of pH, Turbidity, Hardness, COD(Chemical oxygen demand), DO(Dissolved oxygen) on BOD(Biological oxygen...

約10年 前 | 1 件の回答 | 0

1

回答

質問


How can I plot diagram in MATLAB
<<matlabcentral/answers/uploaded_files/41865/Capture.PNG>> How can I plot this types of diagram in MATLAB?

約10年 前 | 1 件の回答 | 0

1

回答

質問


How can I create a custom neural network by this following data set?
I have to take 4 inputs (Independent data array) and 2 inputs (dependent data array). I have 18 sets of data. The number of laye...

約10年 前 | 1 件の回答 | 0

1

回答

質問


Predicting water quality using ANN
How can I use Artificial neural network (ANN) for predicting water quality?

約10年 前 | 1 件の回答 | 0

1

回答

質問


Population and profit using linear regression
Suppose there are 97 data sets .I have to compute the cost using linear regression .I am calling the data from a txt. file . ...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I plot through a histogram the random number generated by matlab.I want to use just rand function.The output of the function is n*m matrix.
function r = randomness(limit,n,m) r=floor(1+limit*rand(n,m)); % hist(r(1:n*m),1:limit) %% r(:) is sufficient ...

10年以上 前 | 2 件の回答 | 0

2

回答