photo

Yeasir Mohammad Akib


Last seen: 1년 초과 전 2015년부터 활동

Followers: 0   Following: 0

메시지

Love to learn stuffs.

통계

MATLAB Answers

8 질문
0 답변

순위
208,236
of 300,942

평판
0

참여
8 질문
0 답변

답변 채택
87.5%

획득한 표
0

순위
 of 21,116

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,806

참여
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

답변