User Portlet User Portlet

Discussions
Thanks. Any suggestion to find the enclosed volume, other than the Integration which I tried.
> Well, now you have changed the requirements. It would have been better if your original question stated the requirements clearly and completely. Actually, I mentioned that I need to copy a number from the text file, after a particular string....
A `Polygon` or a `WindingPolygon` constructed from the points have holes. points // Select[First@#
I have an area on the X-Y plane (Area2 in the attached file), which is a section of a larger area (Area1), lying on the x > 0 side of the Y axis. I want to Discretize and perform other operations on Area2, but constantly getting the error messages...
**SEARCH** has been added to the Wolfram Community. More functionality is coming in the next updates for search -- such as filtering, sorting and more.
Crossposted [here](https://mathematica.stackexchange.com/q/238989/58370).
What about using histogram !! ![data = RandomVariate\[NormalDistribution\[0, 5\], 10000\]; Show\[ Histogram\[data, 20, "ProbabilityDensity"\], Plot\[PDF\[NormalDistribution\[0, 5\], x\], {x, -15, 15}, PlotStyle ->...
Well, it looks like the argument passed to `ColorFunction` for `ListContourPlot` is not the `z` value, it is a subdivision of the range of `z` based on the number of contours. cfArg = {}; ListContourPlot[A, ColorFunctionScaling -> False,...
I am afraid I don't quite understand what you want. Perhaps this? A = {1, 2, 3}; B = {4, 5, 6}; BB = Permutations[B]; CC = Table[Thread[A -> BB[[i]]], {i, 1, Length[B]}] pref = Rule[1, 4]; with = Select[CC,...
Thanks for your response and pointing out the error in data set ! Even after removal of bad data point, I am not able to get any change in roughness by using Interpolation order 1. Attached picture has my real data and I want to remove this...