Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

how to write code to ceate population of individuals that has three parameters namely location, type of equipment and it rating

1 visualizzazione (ultimi 30 giorni)
how to write code to ceate population of individuals that has three parameters namely location, type of equipment and its rating , the single individulal is as follow for example
location = 12 3 7 number of locations is 200 site
type = 1 2 3 4 number of type of equipments to be placed in the above location is is 5
rating = 0.1 0.8 0.5 0.2 ( rating of equipment value between 0-1)

Risposte (1)

Walter Roberson
Walter Roberson il 13 Ott 2015
randi(200), randi(5), rand()
  15 Commenti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by