User Portlet User Portlet

Discussions
Hello all, I am looking for a way to retrieve an ISIN for a stock from an identifier like e.g. the ticker symbol, which is recognized by Mathematica. Or reversely, to obtain the stock name from the ISIN. Does anyone give a suggestion? Thank...
Hello Eric, thanks for the hint. But yes, this works even slower... :| So I was using this as an opportunity to try including some C code into my Mathematica projects. I have to say that the help function is usually very good, but for the C...
Dear Henrik, this is exactly what I was looking for! As always, you nailed it! Thanks so much again. Best wishes, Max
Hi Brad, thanks for your suggestions and the insight into the metadata manipulation of Mathematica :-) I do not have a student version but a regular license for academic use, but it also changes the meta information. Actually a lot more than in...
Hello Jim, great, thanks for this! This is what I was looking for. It works for the 3D case too (looks much cooler in 3D). dist1 = MixtureDistribution[{1, 1}, {MultinormalDistribution[{0.3, 0.5, 0.4}, {{0.01, 0, 0},...
Hello Mike, thanks for this great solution! It works well for many types of Graphics. Cheers, Max
Hello Sander and Henrik, I also think it looks like a bug. After adding the two additional lines to Henrik's code, I find it is about 13.7 px, but the value from CaliperWidth is 15.5 px. Manipulate[ Labeled[Show[img, ...
Good evening Henrik, your code looks quite good and is very fast. I think the two prominent directions are artefacts though. If I rotate the image by a random value, the peaks remain where they are. Probably the gradient function treats certain...
Hello Richard, Yes the formula is correct, it is xi•(x1 + … + xn) - ai•(x1 + … + xn) + bi•xi == 0, i = 1 to n. , so bi*xi and not just bi. One solution is xi = 0 for all i = 1...n. I also found a formula for c[2]: c[2] ==...
Hi Gianluca, oh I forgot to mention that there are curved lines too in my images. l = {Line[{{0, 0}, {0, 1}, {1, 1}, {0, 0}}], Circle[{0.5, 0.5}, 0.5]}; i = Graphics[l, ImageSize -> 300] Show[ImageGraphics[Rasterize[Graphics[l,...