Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.034 Times

Formula Diameter Circle software
Filter: All | Freeware | Demo
 

Formula Diameter Circle

< 1 2 3 4 5 > 
Added: July 01, 2013 | Visits: 576

Minimum Enclosing Circle This code takes an input of a set of given (x,y) points in the Cartesian coordinates and returns the center and radius of the minimum circle enclosing the points.This code is based on that of Yazan Ahed, and contains no changes in the algorithm but only in the structure.The previous code was... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Minimum Enclosing Circle Download

Added: July 16, 2013 | Visits: 512

Approximation of Circle Using Cubic Bezier Curve (1) CubicBezier1.m : Evaluates Cubic Bezier Curve for given four Control Points and interval.(2) PlotBezier1.m : Plots Bezier Curve, Control Points, Control Polygon(3) TestCircleApproxByCubicBezier.m : Test Program. Pass Control Points that approximate unit radius circle using cubic Beizer... Platforms: Matlab

License: Freeware Size: 122.88 KB Download (47): Approximation of Circle Using Cubic Bezier Curve Download

Added: May 23, 2013 | Visits: 336

2D Mohr's Circle Mohr's circle is a graphical technique that permits transformation of stress from one plane to another and can also lead to the determination of the maximum normal and shear stresses. This file simply draws Mohr's circle with the correct stress elements while labeling the principle stresses and... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (43): 2D Mohr's Circle Download

Added: May 19, 2013 | Visits: 676

Normal gravity value using Somigliana's formula NGRAV computes the normal gravity value (in m/sec^2 unit) of a point with the geodetic latitude defined in GRS80 ellipsoid,which is the more up-to-date and internationally adopted reference ellipsoid.The normal gravity value is used for the computation of the gravity anomaly which removes the... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Normal gravity value using Somigliana's formula Download

Added: July 16, 2013 | Visits: 361

Maximum Inscribed Circle using Distance Transform Maximum Inscribed Circle Or in other words, "largest inner circle" , "maximum empty circle" etc.This is a very common problem in computational geometry, and it is not simple to solve efficiently.Addressing 2D image/contour processing, I couldn't find a good implementation on the web. Generally,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Maximum Inscribed Circle using Distance Transform Download

Added: August 18, 2013 | Visits: 270

Feret diameter and oriented box Two functions for working with the Feret diameter of labelized particles in images.The function imFeretDiameter computes the Feret diameter for each one of the specified directions. The maximal diameter can be obtained by computing the max of the result.The function imOrientedBox computes Feret... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 215.04 KB Download (44): Feret diameter and oriented box Download

Added: July 02, 2013 | Visits: 413

Maximum Inscribed Circle using Voronoi Diagram A sample application and a function for solving the maximum inscribed circle problem.Unlike my other submission "Maximum Inscribed Circle using Distance Transform" (at My Webpage), this algorithm is subpixel accurate. It operates only on the polygon and not the image points. Therefore, if the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Maximum Inscribed Circle using Voronoi Diagram Download

Added: June 27, 2013 | Visits: 341

Circle on image To Draw a circle on the given image. required informations are 2 points which are going to be marked by mouse click.1st point is midpoint of the circle.2nd point is radius of the circle. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Circle on image Download

Added: April 27, 2013 | Visits: 406

Filled Circle select 2 seed points from mouse click.1st one vl be mid point of the circle and2nd vl be radius of the same.it vl crop the area Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Filled Circle Download

Crop upper/lower half- and whole-circle sections in the center of an image Crop upper/lower half-, and whole-circle sections in the center of a colour image. Optional move of cropped section inside the image and away from center. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 2.65 MB Download (50): Crop upper/lower half- and whole-circle sections in the center of an image Download

Added: July 27, 2013 | Visits: 263

Bright circle with dark background This implements the built in function patch. I have patched the circle on the dark background.There may be faster way to do it. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Bright circle with dark background Download

Added: June 24, 2013 | Visits: 366

Circle Bounded Voronoi Diagram This function compute the individual Voronoi cell area of point sets bounded in a unit circle.Inputs:x : M x 1 array of x-coordinatesy : M x 1 array of y-coordinatestoggleplot : 1 to turn on figures, 0 to turn off figures;Outputs:CellArea : M x 1 array of Voronoi cell area bounded in a unit circle Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Circle Bounded Voronoi Diagram Download

Added: August 31, 2013 | Visits: 541

Computes center of circle given two points and a radius Function used to compute the center of the circle given two points and a radius. Takes only real inputs and gives only real outputs. Make sure the units are consistent%Inputs: %P1-First point e.g. [3 4] => (x1,y1) %P2-Second point %R-Radius%Output: %C-Center of the circle. Its a 2x2 matrix. First... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Computes center of circle given two points and a radius Download

Added: August 15, 2013 | Visits: 455

ErlangB loss formula This m-file calculates the blocking or loss probability of a network node or link using the Erlang B loss formula. It does not use the formula directly (which doesn't work with high numbers) but an iterative algorithm. Tested with MATLAB R13 and Octave. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (65): ErlangB loss formula Download

Added: July 07, 2013 | Visits: 409

Black Scholes Formula The program is simple to use and it will help to find the call/put option price of Dividend or non dividend paying stocks using Black Scholes Formula.Input: Initial stock price(S0), Strike price(K), Interest rate per annum(r), Expiry time in year (T), Volatility (sigma) then it will calculate... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Black Scholes Formula Download

Added: March 30, 2013 | Visits: 255

circum circle Accepts a list of x and y coordinates. First, we find the smallest circumscribing polygon from this list (convhull). Finally, we use this polygon's coordinates to find the smallest circumscribing circle. We find the circle by minimizing the distance of the circle center to the polygon's... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): circum circle Download

Added: May 30, 2013 | Visits: 609

Check Whether a Point Lies Inside,Outside or On a Circle This program checks whether a point (x,y) lies inside,outside or on a circle defined by 3 other points.Syntax: iscircle(X,Y,x,y), where X=[x1 x2 x3] and Y=[y1 y2 y3]. Thus, a circle can be made out of these 3 points-->(x1,y1), x2,y2)&(x3,y3).Program checks whether point (x,y) lies inside,outside... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Check Whether a Point Lies Inside,Outside or On a Circle Download

Added: December 10, 2013 | Visits: 696

Draw a filled circle FILLEDCIRCLE Filled circle drawingfilledCircle(CENTER,R,N,COLOR) draws a circle filled with COLOR that has CENTER as its center and R as its radius, by using N points on the periphery.Usage Examples,filledCircle([1,3],3,1000,'b');filledCircle([2,4],2,1000,'r');If you would like to generate the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Draw a filled circle Download

Added: July 08, 2013 | Visits: 269

Plot Circle in 3D Take a center point, a normal vector and a radius and plots a Circle in 3D using plot3 Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Plot Circle in 3D Download

Added: July 10, 2013 | Visits: 463

Full Circle Full Circle's primary purpose is to allow you to automate notifying your different social networks of new blog posts. Currently the only social networks that it connects to is Facebook and twitter. After simple configuration, any blog posts made on your blog will automatically posted as a link in... Platforms: PHP

License: Freeware Size: 20.48 KB Download (40): Full Circle Download

< 1 2 3 4 5 >