generate a combination
Mostrar comentarios más antiguos
there are 4026 datas i want to take 2data from top 100 to genarate FCI,can u tell how to process please
2 comentarios
the cyclist
el 31 de Oct. de 2011
Please edit your question to provide much more detail about what you want. It is not possible to understand what you mean. For example:
How are your 4026 data stored?
What do you mean by "top 100"?
How do you want to choose the 2 data from the 100? Should it be random?
Etc.
Remember we know NOTHING about your problem except what you tell us here.
FIR
el 31 de Oct. de 2011
Respuesta aceptada
Más respuestas (1)
Daniel Shub
el 31 de Oct. de 2011
You are still not giving us much to go on ...
randi(100, 2, 1)
will give you two random number between 1 and 100.
doc randi
will tell you how the randi function works.
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!