Top "Curve" questions

In mathematics, a curve (also called a curved line in older texts) is, generally speaking, an object similar to a line but which is not required to be straight.

Draw a curve with css

I want to create an animation with css that simulate a wave movement. I need to change a line-or div- …

css curve
ggplot2: histogram with normal curve

I've been trying to superimpose a normal curve over my histogram with ggplot 2. My formula: data <- read.csv (…

r ggplot2 curve
Matlab, how to calculate AUC (Area Under Curve)?

I have the file data.txt with two columns and N rows, something like this: 0.009943796 0.4667975 0.009795735 0.46777886 0.009623984 0.46897832 0.009564759 0.46941447 0.009546991 0.4703958 0.009428543 0.47224948 0.009375241 0.47475737 0.009298249 0.4767201 [...] Every couple of values in …

matlab octave area curve
Quadratic Bézier Curve: Calculate Points

I'd like to calculate a point on a quadratic curve. To use it with the canvas element of HTML5. When …

math point curve quadratic
How to plot individual points without curve in python?

I want to plot individual data points with error bars on a plot, but I don't want to have the …

python plot curve linestyle
Fitting a curve to specific data

I have the following data in my thesis: 28 45 91 14 102 11 393 5 4492 1.77 I need to fit a curve into this. If I plot it, …

r gnuplot curve-fitting curve
How can I find equation of a plot connecting data points in Matlab?

I have various plots (with hold on) as show in the following figure: I would like to know how to …

matlab equation curve curve-fitting
How do I know if a Lat,Lng point is contained within a circle?

Ok pretty self explanatory. I'm using google maps and I'm trying to find out if a lat,long point is …

google-maps latitude-longitude geometry point curve
Closest point on a cubic Bezier curve?

How can I find the point B(t) along a cubic Bezier curve that is closest to an arbitrary point …

graphics geometry bezier spline curve
Catmull-rom curve with no cusps and no self-intersections

I have the following code to calculate points between four control points to generate a catmull-rom curve: CGPoint interpolatedPosition(CGPoint …

curve catmull-rom-curve