User Portlet User Portlet

Discussions
One technique I have used is to find the most common lengths. For example, Map[#["PathLength"] &, p20] commonestPositions = Position[%, Commonest[%][[1]]] Then choose those time series that have the most common lengths p20bis =...
I would use the FindDistribution function.
I'm not sure I can be any more help, but I did find a Wolfram blog post that describes how Windows Task Scheduler was used to run a script every 5 minutes. The blog post links to the code. Perhaps you could use it as a guide. ...
According to the documentation, "Manipulate only "notices " explicit visible parameters:" http://reference.wolfram.com/language/ref/Manipulate.html You've defined the function fb to take one parameter argument, Fc_. The other parameters are not...