User Portlet User Portlet

Martijn Froeling
Discussions
I have added some code and lists to now also generate images of all upper limb muscles. ![enter image description here][1] ![enter image description here][2] ![enter image description here][3] A more comprehensive notebook is attached that...
Yes i understand, but i just generated some data with the same properties, the code will also work on your data, just replace the artificially generated data with your data. It was more to demonstrate how you can automatically propagate plot...
My code works with arbitrary functions. I just showed it in its most simple form fA1[w1_, w2_, w3_, w4_] := 10 + w1 + w2 + w3 + w4 fB2[r1_, r2_, r3_, r4_] := 1 + r1 + r2 + r3 + r4 fC3[t1_] := 5*t1 hF1[{fA1_, fB2_, fC3_}, {d1_,...
Thanks! This is fixed in version 13.2.1 as far as I can see.
After reading ["What Is ChatGPT Doing … and Why Does It Work?"][1] I really wanted to explore the networks, better understand what they do and play around with them in Mathematica. This post gave me everything in one go... which is awesome! ...
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/061ae651-230f-4bf7-908a-2bf3d4bde152
It has indeed been fixed in version 13.2. thanks!
I think using the book tools paclet. Never used it but seems a good place to start. https://www.wolfram-media.com/resources.html
Exporting a file as *.gz works for local folders and mapped network drives but not for a full network address, without the "GZIP" everything works. I first thought is was the way i defined my own Export MIME type, but for normal jpeg export it also...
For a project, I need to do repeated successive calls to interpolation functions for thousands of data points. Parallel computing should help here but as shown [here][1] something weird is going on. After exploring InterpolatingFunction,...