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.334.006 Times

Between Legs software
Filter: All | Freeware | Demo
 

Between Legs

< 1 2 3 4 5 
Added: August 28, 2013 | Visits: 396

Shade area between two curves This routine will shade the area of a 2-D plot between two user defined vectors. Simply pass the two vectors, and their corresponding horizontal coordinates, select your fill color and transparency level and viola! You have a figure that is colored in between the two input vectors.



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Shade area between two curves Download

Released: November 18, 2012  |  Added: November 18, 2012 | Visits: 542

Compare Two HTML Files or Web Sites Soft Find content differences between two HTML files. Specify two local or web-based HTML files. Differences are highlighted within the HTML file.





Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 337.92 KB Download (44): Compare Two HTML Files or Web Sites Soft Download

Added: June 06, 2013 | Visits: 401

Shortest Distance Between Two Lines in N dimensions Function uses algorithm from Dan Sunday internet sitehttp://softsurfer.com/Archive/algorithm_01...ment_to_SegmentL1, L2 includes two points in matrix of 2*nwhere n are dimensions (3 in 3D).d - shortest distance between two linesPc,Qc - points where exists shortest distance...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Shortest Distance Between Two Lines in N dimensions Download

Released: October 27, 2014  |  Added: March 23, 2015 | Visits: 631

Time and Date Calculator Time and Date Calculator is a powerful and easy to use date / time related calculator, counter and converter. It has five main purposes: Calculate target date & time by adding/subtracting some time elements (years, months, weeks, days, hours, minutes and seconds) based on a specified time....


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $19.99 USD Size: 432.33 KB Download (44): Time and Date Calculator Download

Function to Convert between DCM, Euler angles, Quaternions, and Euler vectors SpinCalc is a consolidated matlab function that will convert any rotation data between the 4 types included. Will also convert between 2 different Euler angle set types.Multiple orientations can be input. For N orientations:DCM ===> 3x3xN multidimensional arrayEA### ===> Nx3 matrixEuler Vectors...


Platforms: Matlab


Find Displacement between images by using cross-correlation Find Displacement between images by using cross-correlation.Easy:[dr,dc]=findoff(unreg,ref)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Find Displacement between images by using cross-correlation Download

Added: March 25, 2013 | Visits: 389

Shortest distance between two line segments Computes the shortest distance between two line segments given start and end points for each. Adapts the algorithm found on Dan Sunday's website (http://softsurfer.com/Archive/algorithm_01...ment_to_Segment).Usage: Input the start and end x,y,z coordinates for two line segments.p1, p2 are [x,y,z]...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Shortest distance between two line segments Download

Added: August 06, 2013 | Visits: 313

Unscented Hellinger distance between GMMs The code calculates a metric between a pair of multivariate Gaussian Mixture Models.This is a demo code for the unscented Hellinger distance between a pair of Gaussian mixture models. The code follows the derivation of the multivariate unscented Hellinger distance introduced in [1]. Unlike the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): Unscented Hellinger distance between GMMs Download

Total Kullback-Leibler (tKL) divergence between multivariate normal probability density functions tKL between two multivariate normal probability density functions. This program implements the tKL between two multivariate normal probability density functions following the references: Baba C. Vemuri, Meizhu Liu, Shun-Ichi Amari and Frank Nielsen, Total Bregman Divergence and its Applications...


Platforms: Matlab


Added: July 09, 2013 | Visits: 312

Total square loss between GMMs tSLGMM.m implements the tSL between mixture of Gaussians.References: Baba C. Vemuri, Meizhu Liu, Shun-Ichi Amari and Frank Nielsen, Total Bregman Divergence and its Applications to DTI Analysis, IEEE Transactions on Medical Imaging (TMI'10), 2010. Meizhu Liu, Baba C. Vemuri, Shun-Ichi Amari and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Total square loss between GMMs Download

Gravitational comparison between a point mass and prism mass model Two mass models and their gravitational quantities, gravitational potential,gravitational attraction and the gravity gradients are being compared. Basis are the formulas of Heck and Seitz 2006 which were also used for the tesseroids-1.0 software of Leonardo Uieda 2011. The Code derives the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Gravitational comparison between a point mass and prism mass model Download

Added: April 14, 2013 | Visits: 512

Minimum distance between two polygons This function computes the minimum euclidean distance between two polygons P1 & P2.- for vertex-vertex case


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Minimum distance between two polygons Download

Added: May 24, 2013 | Visits: 472

Distance between points and ellipse The solution to the problem of calculating the distance between an ellipse and a point is less than straightforward. The problem can be solved analytically however, which boild down to solving a quartic equation in cos(f), with (f) the true anomaly on the ellipse.This submission implements this...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Distance between points and ellipse Download

Added: September 14, 2013 | Visits: 367

Insert Copies Between Selection The "Insert Copies Between Selection" command takes 2 selected, identical objects and inserts evenly-spaced copies between them. This can be quite handy when you need to insert a row or column of repeating elements without having to create each one manually. To use the command, take an element...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (41): Insert Copies Between Selection Download

Use handle classes to model dependencies between computation steps This example is a proof-of-concept to show that handle objects can be used to model dependencies between different steps of a set of computations. It shows that objects can be used to hide the complexity of arranging the order of computations that partially depend on each other. The computation...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Use handle classes to model dependencies between computation steps Download

Pairwise distance between 2 group of vectors (multidimensional) % Find pair-wise SQUARE EUCLIDEAN distance% or 'Weighted square euclidean' distance% between each point in A and B% For 2 vector a, b% Euclidean distance= d = sum((a-b).^2)% Weighted version = d = sum(wts.*(a-b).^2)% ------------------------------% Input:% A= m_by_p, m points in p-dimension% B=...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Pairwise distance between 2 group of vectors (multidimensional) Download

Caculate the intsection between 2 discs or disc with polygon discintersect: to caculate the intsection between 2 discpolydiscint: to caculate the intsection between disc and polygonplotdisc: to plot the disc in 3D


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Caculate the intsection between 2 discs or disc with polygon Download

Added: August 01, 2013 | Visits: 403

Efficient convertors between binary and decimal numbers These programs were developed for fast conversions between binary and decimal integers (there are other programs by fellow Matlab-users, dealing with fractions). They can be useful when the binary numbers are in vector form instead of strings.b2d takes a binary number in the form of an array and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Efficient convertors between binary and decimal numbers Download

Added: May 04, 2013 | Visits: 478

Time Between Comments Time Between Comments - WordPress plugin that allows you to set time interval between comments. This is a perfect plugin to keep your blog spam free and make each comment more valuable. You can set time interval in seconds from the admin panel and when user adds comment he/she should wait till...


Platforms: PHP

License: Freeware Size: 102.4 KB Download (39): Time Between Comments Download

Added: June 16, 2013 | Visits: 453

Angle between two vectors in 3 dimension x=[i j k]y=[i j k]now run the function anglevec(x,y)you will get the result as the angle between the two vectors.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Angle between two vectors in 3 dimension Download

< 1 2 3 4 5