Tagged Questions
1
vote
1answer
97 views
Statistical analysis of data-list with recurring x-values
I have a list of data as follows with repeated x-values:
...
0
votes
1answer
114 views
how to work with list as function parameter
I want to output an arrow based on input from user and I tried writing this small function to achieve this:
...
4
votes
1answer
178 views
Use single ListPlot for multiple sets of data (on separate graphs)
This is the code I have working for a single set of data. Is there a way I can structure this to have multiple sets of data?
...
3
votes
2answers
201 views
Trying to generate a list of data to plot a graph with error bars. Need help creating the looping function
This is the sets of data I want to put into a form which will allow me to plot error bars from the min and max data.
...
3
votes
1answer
140 views
How to partition MatrixPlot graphics?
Is there an easy approach - hopefully built-in - to partitioning MatrixPlot graphics into rows or columns (or both) of graphics sharing the same underlying options?
...
17
votes
1answer
528 views
How can the {x,y,z} points that fall on the outer boundary of a set of values be selected and smoothly surfaced?
For a given set of x,y,z values, that may, or may not form a uniform shape, how can the center of the data cloud be found, and the surface points be located and a solid smooth surface created from ...
5
votes
4answers
211 views