User Portlet
Discussions |
---|
After some research, I still don't think I have the answers that you are looking for here, but I will say what I have figured out after talking with someone who knows more about this area than I do. The preference settings end up being saved in the... |
CellEvaluationFunction might be what you are looking for. The following creates a notebook where evaluating the first cell gives a result similar to a typical evaluation. Evaluating the second cell gives a result with "Input" style instead.... |
Hello Sander: I reduced your issue down to what is hopefully the same issue that uses only the following seven points. This crashes the kernel in Windows 9.0.1: [mcode]ListVectorPlot[{{{0.370313, 0.214531}, {-0.0955305, -0.0186209}},... |
Hello Peter: Do you happen to have access to the [url=http://www.wolfram.com/lightweight-grid-manager/]Lightweight Grid Manager[/url]? You can access it for free if you currently have Premier Service: ... |
Do you use the function Select[] in your code? If so, will you please provide that section of code also. If you do not use the Select[] function in your code, then this would indicate an issue with the CDF deploy process. I went through the process... |
Data analysis usually starts with some sort of data. Perhaps you could at least do the footwork of finding a particular chunk of information that you would like to investigate. For example, the winning lottery numbers for Illinois can be found... |
I am trying to figure out what the command MTensorVector_getReal does. This looks like it is undocumented. I think that this code is not meant to "work". It is meant to give a feel of what your code might look like. ... |
Hello: The dialog created by InputString[] is from before the days that Dynamic[] was implemented in Mathematica. It probably does not play particularly well with the new kids. However, there should be a way to do what you want using InputField[]... |
You did not provide 't20' or a description of its structure, so I had to make my own. Hopefully it is compatible with yours: [mcode]t20 = Table[ "inert"[{x, y, Sin[x Sin[y]]}], {x, 1, 10, .1}, {y, 1, 10, .1}]; t20 = Cases[t20, "inert"[a___] :> a,... |