User Portlet User Portlet

Discussions
Rohit has given the correct answer, namely that the WL is case sensitive with all inbuilt functions starting with a Capital letter and all concatenated names having each new word begin with a Capital. The problem with the data returned by...
Hi Dr Segre I just noticed your article on music here in the Wolfram Community, but also observed that there are no Mathematica notebook attachments, as you promised to provide. Are these still available? Thanks in advance Michael Kelly
Hi Davi Thanks for your very interesting article and the arXiv paper. Have you read the Australian mathematician Hannah Fry's book called "The Mathematics of Love"? She also did a TED talk based on her research in this area. She has two gender...
Thank you Alec for posting this wonderful example of the application of RNNs to Midi music files. It is something I have wanted to do myself. Another topic I think would be valuable might be to classify various midi files in terms of various...
Thanks Jonathan for sharing this approach with us. However on running the code I get a pink graph for solution (2) with the error messages: `MapAt::argrx: MapAt called with 12 arguments; 3 arguments are expected.` MapAt::partw: Part {All,2}...
You don't need to go from a TimeSeries object to a TradingChart[ Normal[ TimeSeries[..] ]] since both TradingChart and InteractiveTradingChartChart accept TimeSeries objects with values of dimension 5, ie OHLCV. Eg In[108]:=...
Richard Your Toolkit looks very promising and I would be interested in asking our partnerships group to approve your add-on so it could be listed on our web page for Mathematica add-ons. Would you be interested in that? It would definitely give...
Hi Massimo We plan to provide MATH-TWS as an add-on available on our applications page at http://www.wolfram.com/products/applications/. MATH-TWS provides a means of executing trades using Interactive Brokers. Strategies for analyzing and trading...
David The agent based simulations described above are not random. They take into account the known data to represent features such as the rate of infection, isolation, recovery and immunity. See for instance the variables included in the function...
Hi Kerry There was this Community post some years ago about how to access a TD-Ameritrade account use URLFetch, which has now been superseded by URLRead and URLExecute. See https://community.wolfram.com/groups/-/m/t/512676 Michael