User Portlet User Portlet

Mike Besso
Discussions
I'm using Workbench on a Mac with 12.2. I haven't run into any issues, though I am not using all of the features.
Martin: Please bear with me. I am also learning about compiled functions. And you taught me how to pass in lists and matrices to a compiled function. THANKS I managed to get this to work: cIterReal = Compile[ { ...
@Rohit: Thank you for your suggestion. You are, of course, correct. But, there is a but. Automator does not keep the path setting from the .zsh (or .zshrc). From what I can tell, I'm not the only one who has run into this. Following your...
Andrew: It seems that the Query operator, by default, treats Messages as failures. You can change the default behavior using [FailureAction][1]. data[All, myValue, FailureAction -> None] [1]:...
Vijay: Depending on what your goal is, the difference might just be semantics. That said, Graphics3D[] represents an image that is composed of one or more primitives. Region[] can be one of those primitives. For example,...
[@Martijn Froeling][at0] Thank you for your feedback and contribution. I am working on several large applications, and efficiency gains like this have a big impact on my productivity. Have a great and safe New Years. [at0]:...
@Raspi: You are too humble. Have a great and safe New Year.
János: It looks like you have 2 "]" but only 1 "[" in your Export statement. Export["MagneticField",lvpiH],"PNG"];
OK... That was frustrating. It would seem that I did this to myself, but I don't know how. In the toolbar, there is a breakpoint icon with a line through it. When selected, all breakpoints are skipped. At some point, I must have clicked it....
@Christian: I volunteer to help test that new API. I'm spending too much time trying to hack something together instead of working on the problem I'm trying to solve. THANKS