User Portlet User Portlet

David Keith
Discussions
I really enjoy working with the control system functionality in Mathematica. My thanks and congratulations to the developers! I Would like to respectfully request two enhancements to the plotting capability: 1. I would like to see tooltips...
For years, Wolfram has claimed that Mathematica supports import and export from all major CAD formats. But, in fact, it has not supported STEP, IGES, or SAT, which are the CAD formats primarily used in mechanical engineering. I just finished...
Hi Murray, One way to do this is to assign the ResourceObject to a symbol, and then export the symbol to a .mx file in a directory of your choice. The value of the ResourceObject can then be reloaded as needed. For example: ...
Hello Enrico, I don't know how to find any of the attachments, however I found a sample S2P file [here][1]. I used the first file in their list. I attach a notebook which reads this file and extracts the s parameter data. I could not attach the...
The problem does not occur with Mathematica 13.0.1 on an HP ZBook 15 G3 laptop using an NVidia M2000M GPU and running Win 10 Pro x64 .
You can solve for it using FindRoot: In[3]:= FindRoot[Abs[TFalpha1[I f]] == .54, {f, 10000}] Out[3]= {f -> 23219.9}
Thank you, Etienne. This is just the book I’ve been looking for. I have it on order. Thank you for your contribution to Mathematica and best wishes for NuMind. Kind regards, David
When starting a new project I usually want the notebook, any required files, and any output to reside in the same project directory. After saving the notebook to the project directory I include this SetDirectory[] as a first cell in the notebook: ...
Thank you all. And thank you Connor for the great answer to my cross post. I’m really looking forward to writing my own paclets.
Thank you, Giulio. You are quite right. - Plotting the printer profile and the image with MaxPlotPoints->10000 requires 68 seconds. - The profile alone requires 65 seconds. - The image alone 0.4 seconds. - When I try to plot the...