photo

Yeasir Mohammad Akib


Last seen: plus d'un an il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Love to learn stuffs.

Statistiques

MATLAB Answers

8 Questions
0 Réponses

RANG
208 224
of 300 930

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
87.5%

VOTES REÇUS
0

RANG
 of 21 114

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 750

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 10 ans il y a | 2 réponses | 0

2

réponses