User Portlet User Portlet

Christopher Fox
Discussions
*Disclaimer: I'm not a mathematician. I'm merely a hobbyist that loves programming and puzzles. Professionally, I work in IT management.* For my birthday this year, my young nephew (much aware of my love for puzzles) gifted me a wooden brainteaser...
Thank you again, Henrik. That makes it perfectly clear, and I've built an example that demonstrates if the time/date stamps match for the two time series, WeatherData works as expected: DateListPlot[ TimeSeriesThread[ First[#] -...
Is there any way to get the Spectrogram function to display the Y axis (frequency) on a logarithmic scale? Some examples of images embedded in audio files, e.g. from [Aphex Twin's Windowlicker][1] single, display properly such a spectrogram. ...
Thank you! That appears to have worked, and I find that very interesting since I don't understand the syntax you've used at all. I see the setting for Filling that seems to match: {i1 -> {p1,g1},...} ...which is described as "use directive...
Thank you, everyone. The Cell Sizes palette was a huge help.
I'm struggling with how to format the output of the function in a FormPage published using CloudDeploy. My form works, and my executed function generates the text output I expect, but none of my attempts to format it are working. Everything works...
Thank you! That worked. Had I known AutoSubmitting was default true, I'd have thought to try this first. Not only did you help solve my problem, you also helped me better understand the full Association spec for FormObjects. Much appreciated!
Did you ever find an answer to your issue, Steve? I see you have no replies here on the Wolfram Community, but I'm hoping you came up with a solution on your own or found one elsewhere. I'm having a similar problem with HoldForm, Defer, Hold, and...
I'm using string operations and ToExpression to "build up" equations for display as part of a CloudDeploy user interface on the web. The results should look something like the following: ![Sample Correct Output][1] I'm using InputForm with...
I've got some code that does some string manipulation to assemble small equations, e.g. "(5+3)*8", and from these assembled strings I'd like to convert them to expressions for evaluation. This works in most circumstances, except when the string...