ERROR : The class RandStream has no Constant property or Static method named 'setDefaultStream'.
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
afef
el 26 de Abr. de 2017
Respondida: Steven Lord
el 26 de Abr. de 2017
I was trying to run the code of Ant minner but i got error message " The class RandStream has no Constant property or Static method named 'setDefaultStream'." for this part :
seed = sum(100*clock);
RandStream.setDefaultStream(RandStream('mt19937ar','seed',seed));
import java.util.Random;
import java.lang.System;
gen = Random(seed);
How can i fix this please?
0 comentarios
Respuesta aceptada
Steven Lord
el 26 de Abr. de 2017
We started announcing that you should replace calls to the setDefaultStream method for the RandStream class with calls to setGlobalStream in release R2011a, started warning users in release R2012a, and started having setDefaultStream throw an error in release R2013a.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Point Cloud Processing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!