User Portlet User Portlet

Discussions
Hi, I am trying to write a function that will repeat this process an arbitrary amount of times. The process is to take the moving average of a list, and then Riffle back into the original list. Each time given the mean value between consecutive...
HI I have two list. list 1 is a list of symbols, and list 2 uses those symbols as patterns in an arbitrary order. How can reorder list 2 by list 1? I'd like to specifically use list 1 as the basis off the transformation, as the actual usage case...
Hi, I am wondering how to request and accept input from an user in package. For example, I want to write a package that requires the user to specify the path to a given file or directory. In Summary I'd like to: - Have the user specify the...
Hi, I am wondering why when I use Show to combine 6 plots, the plot legend does not show in order? The order should be 150, 250, 350, 450, 550, 650. However when I step through Show adding one plot at a time, I notice that mathematica does something...
Hi!, I have a program that fits a model to data. At the end of the program I export a file that contains list of the best parameters gathered by the Sow and Reap commands. What I would like to do, is have the program write out the parameters to a...
Hi All, I am wondering if it is possible to convert a notebook from StandardForm to InputForm without losing the format from the StandardForm? I.E. line-endings, Spaces or Returns? I use StandardForm to test algorithms that I then convert to...
Hi, I was wondering if anyone has used SystemModeler to study stochastic processes, such as gene transcription in Signal Transduction Pathways? I've viewed all of the examples given in the Biochemistry Package, but they all seem to be deterministic....
Hi, I recently tried to export a matrix with headings as a .xlsx file. However when I opened the file, I noticed that my headings were missing. Is it possible to export with headings? I've check online and come up empty as to why mine went away. ...
Hi, I am wondering how I would view the following list as a Gaussian Distribution, where I could identify the mean and 2 s.d. of the list on the PDF Plot? I've tried EmpiricalDistribution, but this does not seem to be the right approach for the...
Hi, I am trying to automate computing parameter sensitivities to my model. The question I have is, in the code below, How can I replace the term [p, kb] in the derivative term with a list, so that when I Table through the list, I am computing the...