Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to generate multiple results

1 visualización (últimos 30 días)
Stan
Stan el 27 de Oct. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Question is very simple. When I input a "rand" commend in the script. I can generate multiple answers just simply by clicking the "Run" button. Can I know what commend is input there?

Respuestas (1)

Ganesh Gaonkar
Ganesh Gaonkar el 27 de Oct. de 2014
"rand" generates a pseudorandom numbers and this number will be different for different instance. Random number is generated using a 'seed' which acts as initial point from which different random numbers are generated. You can find more details on it if you try: 'edit rand' in MATLAB command window

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by