photo

Yeasir Mohammad Akib


Last seen: 1 year 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

Love to learn stuffs.

统计学

MATLAB Answers

8 个提问
0 个回答

排名
208,274
of 300,974

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
87.5%

收到投票数
0

排名
 of 21,128

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,130

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答