User Portlet
Discussions |
---|
But is is well-known that the documentation is incorrect. It just works cross-platform. The only thing which does work is to load a .mx file produced in a newer version of Mathematica into an oder one. |
V = Manipulate[ h[x_] := x; a = 0; b = 1; startpos[k_] := a + (k - 1) 0.01; a1 = Plot[{1, -1, t, -t}, {t, 0, 1}, AspectRatio -> Automatic, ImageSize -> Medium]; b = Graphics[ ... |
Hi Peter, there are several professionals in Germany and elsewhere. Maybe we can help you. Check out my profile and send me email. Rolf |
Suppose you ask your team to put the CDFs into a common "myTeam" folder on your network drive then you could try to adapt my code to only add this folder to the trusted path, see also [here][1]. However, I ask myself sometimes, why there is... |
Yes, it is confusing. There is some elucidation [here][1]. Otherwise: Fell free to visit Kuba and me in my office in Berlin. Or call the german [reseller][2]. [1]:... |
Maybe you do not have enough RAM? You could attach your notebook and put the large data somewhere to download and others could try. |
You can avoid ToExpression and ToString by : exprToFunction[expr_, vars_] := Function @ expr /. MapIndexed[#1 -> Slot @@ #2 &, vars] |
64-bit Eclipse will work on all 64bit operating systems. |
Beep[] does not work, but this does print (though too slow for my taste): With[{cover = Import[CloudObject["https://www.wolframcloud.com/objects/16419ad5-6a01-4eb5-9b52-d9f18fb835d6"], ImageSize -> {600, 400}]}, ... |
It takes more than a minute even for Stanfords nlp package, but it does work when restarting Java with special JVMArguments. I tried to just use `InstallJava`, but that was not enough, somehow. I have to first initialize the `TextStructure` code by... |