User Portlet User Portlet

Discussions
I've been trying to do this kind of thing, too. I haven't been able to make it work via JLink. I'm no expert with Java, though. I would've thought that this would be a common application of Mathematica. It would be nice if there were some built in...
That's good. But, I haven't received any WRI email and I haven't seen any update on my WRI User Portal page. Any idea when that will happen?
I have to agree with manu on this issue. I disagree with this statement: > Note, however, that the FFT analysis applies to a signal and not to a transfer function (system). As far as I know, it is not common to use dB magnitudes for signals, so it...
I'm not sure if this will help with your final goal, but you can use the concept of `UpValues`. `UpValues` allow you to define transformation rules for symbols. In short notation, this is done as follows. odd /: VectorQ[odd] := True Then, ...
I'm not an expert, but you might want to look at the "Getting Started" section [Custom Component—Chain Pendulum][1]. That section discusses using the Connection Line Tool to create connectors. The Model editor will automatically place the appropriate...
Does the following work for you? f1[x_, y_] := Sin[x y] vecF = Normalize[{D[f1[x, y], x], D[f1[x, y], y], -1}]; scalarR = f1[x, y] - z; vecData = Table[vecF, {x, 0, 3, 0.5}, {y, 0, 3, 0.5}, {z, -1, 1, 0.5}]; For this, I...
I happened to come across behavior that I don't understand when executing the following: `E^-(10^11)` When I execute the above expression, memory use on my PC goes the maximum installed RAM and the HDD usage goes to 100%. This locks up my PC. ...
Arnoud, Thank you so much for the feedback. Hopefully, WRI will be able to come up with a resolution to the issue in a future release.
Some functionality alread exists. Regarding #6, you can open new Help doc windows with the sequence Shift-F1 (works on MS Windows OS, not sure about MAC OS). Also for hyperlinks, you can right click and select Open in New Window. Regarding Workbench,...
I think this is a good discussion. There are pros and cons when considering which platform to use in a given situation. I'm trying to generated some interest in the [url=http://mbed.org/]mbed platform[/url] based on the ARM Cortex family of...