User Portlet User Portlet

Discussions
Is there a function....?, may be, but certainly there is a general formula (even valid in R^n). I really appreciate that "RegionDistance"-stuff, but I prefer an old fashioned understandable way. The line is given by two points v[x] and v[y] and can...
Thanks a lot Rohit. This works perfectly! Laurens
Hi Laurens, `DateObject` can also correctly interpret that format. DateObject[{16, 1, 4}] ![enter image description here][1] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=10768plot.png&userId=1398218
Hi Laurens, you can turn off the warming message. I updated my answer to demonstrate. You could also suppress all messages with Quiet[], but that would suppress other error messages as well.
Thank you Daniel, Hans and Henrik. Your methods work nicely.
Thanks, Marco. That is it. Cheers, Laurens
I am looking for a solution for a minor but annoying flaw in a program that I made for building a CDF for analysing the properties of accumulations of random numbers. In the CDF I can choose for several types of such accumulations through a number of...
Thanks for your advice, Henrik. I had tried that already, but it did not work. But just a half hour ago I found on https://mathematica.stackexchange.com/questions/8997 a nice approach that turns out to work perfectly. So my problem has been...
Hi Laurens, Thanks, but my code is not really beautiful. What is beautiful and inspiring is that you are 84 years old and continuing to study and learn. I will attempt to explain the last two lines of the code. timeSeries =...
Laurens, I looked at your code but I had difficulty in getting the replace to work properly because your list of data may have a new year within it. In this case, the replacement rule would be different in one part of the list vs the other. ...