User Portlet User Portlet

Safi Ahmed
Discussions
That does take care of it (and converts it into input form which lengthens the code however). Even if you don't click on the ✓, the interpretation that you see in the box is accepted which is nice. There doesn't seem to be a way yet to show the...
Very insightful treatment of internal convection in Wolfram Language! Thanks for sharing.
Hi Rory - I'm really excited to apply! I’ve been finishing up a paper with a tight deadline, but I’ll make sure to send in my application by this weekend.
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/123730a4-a9ed-4f4f-8a4b-83f52837fe16
> Mathematica needs to "remember" that expression so that it can recalculate it when s or t change, so it can't just automatically compute it [...] So, you change s and Mathematica looks at Plot[T, {r, 0, R}] and says, "nothing to do here", because...
I need to create a block that generates a boolean constant for a given time on detecting an instantaneous boolean pulse. I have no idea where to start. Pease help. Thanks.
Hi! I need help regarding modifying the NOR block. I have been trying to achieve a NOR block such that when I input all 0's in it, it gives me a 1 for 5 seconds, and then reverts back to 0. Here's how I have modified the NOR block so far: ...
I want to use the output of Dynamic[x] in a further computation. Here's a simple version of what I am trying to accomplish: Input: a = Dynamic[5] Output: 5 Input: a + 3 Output: 8 Here's whats I actually get: Input: a = Dynamic[5] ...
For reference of future reader: http://community.wolfram.com/groups/-/m/t/612015?p_p_auth=nh03FB4O
I am trying to build a magnetic tachometer using SystemModeler and Arduino. I am using the basic sensor example of ModelPlug with the potentiometer replaced by a Hall Effect sensor. So far, I have been able to generate interrupts (pluses)...