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

Weight Watchers Points Restaurants software
Filter: All | Freeware | Demo
 

Weight Watchers Points Restaurants

< 1 2 3 4 5 
Added: May 07, 2013 | Visits: 443

Deleting multiple points: UniqueRows The native unique works using the sortrows algorithm which can be very slow for large models.Sometimes we need to avoid passing multiple values to functions that do not support those.In most of these cases we are pretty sure that there are no multiple values but we use unique to be completly...



Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Deleting multiple points: UniqueRows Download

Compute the Maximum Points Values in Optimum Tetrahedral Volume In the one point-system, we suppose a optimum tetrahedral volume and this volume should be contain maximum points in the selected point-system. Extarly, this tetrahedral volume's of boundary conditions should be depend only four-node in point-system. Also, this sub-program running of similarly...





Platforms: Matlab

License: Freeware Size: 163.84 KB Download (40): Compute the Maximum Points Values in Optimum Tetrahedral Volume Download

Performing Pareto set membership tester for sets of points in K-dimensions isParetoSetMember returns the logical Pareto membership of a set of N points in K dimensions. It takes as input a N-by-N matrix and return a N-binary-array, denoting for each of the N points, whether it is Pareto (1) o not (0).The concept of Pareto dominance considered herein is the standard...


Platforms: Matlab


Added: August 27, 2013 | Visits: 661

Euklid (Inverse) Distance Weight Matrix function W = euklid_W(ws,d,n)function W = euklid_invW(ws,d,n) PURPOSE: create an (inverse) euklidean distance spatial weight matrix (n x m 'moving-window' style matrix with distance to center cell weighted.) ------------------------------------------------------------------ USAGE: W =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Euklid (Inverse) Distance Weight Matrix Download

Morphological Shared-Weight Neural Network for Face Recognition We introduce an algorithm based on the morphological shared-weight neural network. Being nonlinear and translation-invariant, the MSNN can be used to create better generalization during face recognition. Feature extraction is performed on grayscale images using hit-miss transforms that are...


Platforms: Matlab

License: Freeware Size: 18.26 MB Download (53): Morphological Shared-Weight Neural Network for Face Recognition Download

Added: July 24, 2013 | Visits: 483

Z Points Calculation Returns the Z-points of the points making up a psychophysical curve.If the values are out of bounds the function returns NaN. If they are 0 or 1 (which would give -Inf and +Inf) the values are rescaledIt doesn't perform miracles, but it helps analyzing psychophysical data (data fitting, d'...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Z Points Calculation Download

sel_and_del Interactively select and delete points from a 2D plot with the mouse sel_and_del Interactively select and delete points from a line object using mouse input. Left-click selects the point closest to the click and Right-click unselects it. The selected points are highlighted with a black square. The selection process is stopped by hitting any keyboard key when the...


Platforms: Matlab


Added: May 25, 2013 | Visits: 486

Transform Points This function will take two transformation matrices and transform from tr1 to tr2 converting all the points from frame 1-->2Use: pointsOut = fcn_transformPoints(trOrigin[4x4],trDestination[4x4], pointsToBeMoved[mx3])tr1 and tr2 are in the form of [1 0 0 0; [Posx Posy Posz], unitx' unity'...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Transform Points Download

Added: August 31, 2013 | Visits: 535

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 (38): Computes center of circle given two points and a radius Download

Added: September 02, 2013 | Visits: 354

Minimum Distance loop between 'n' number of points Function to find the minimum distance loop from given set of points.This function uses the distance formula to genrate a minimum distance loop.function mindist = minimumdistance(X,Y,x,y)X = X coordinate vectorY = Y coordinate vector(x,y) point where the loop is to be startedThis point is labeled...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Minimum Distance loop between 'n' number of points Download

Added: May 20, 2013 | Visits: 366

Points On Line Linearly spaced points between two points in space . This function uses direction vector of two point to calculate points between .zip file containpointsOnLine.m : creates linearly spaced points .testpointsOnLine.m : example showing the use of pointsOnLine function .sphericalDodecahedron.m :...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Points On Line Download

Added: August 09, 2013 | Visits: 345

N-dimensionally spaced points NDSPACE N-dimensionally spaced points NDSPACE(X1, X2) generates a column matrix of 10^n linearly equally spaced points in the hypercube defined by the two diametrically opposite cornerpoints X1 and X2 both n-by-1 vectors. If either is a scalar it will be expanded to repmat(X,n,1). NDSPACE(X1, X2,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): N-dimensionally spaced points Download

Added: May 20, 2013 | Visits: 376

Neighbour points in a matrix Calculate the linear indices for neighboring points in a matrix. You need to supply one or more linear indices for the point(s) of origin and the dimensions of the matrix. You will get a list will linear indices to all neighboring points. The function also creates a vector with the distances from...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Neighbour points in a matrix Download

Added: April 11, 2013 | Visits: 274

PC curve of 5 points Here the user can first choose whether to give a set of 5 points or display the built in plot of 5 given points . First the 5 line segments are plotted .Then a PC curve through first 3 points is plotted tangent at first and third point and passing through second point . Then another PC curve...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): PC curve of 5 points Download

space125: Almost equally spaced points in logarithmic space Suppose we need to generate points equally spaced in logarithmic space. This is often useful with semilogx, semilogy, or loglog plots and can be easily accomplished by the logspace command. Let's generate 10 values between 1 and 1000 equally spaced in the log-space:>> Dlogspace =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): space125: Almost equally spaced points in logarithmic space Download

Added: May 24, 2013 | Visits: 468

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

Connect Randomly Ordered 2D Points into a Minimal Nearest-Neighbor Closed Contour Connects randomly ordered 2D points into a minimal nearest neighbor contour.points2contourTristan UrsellFebruary 2012 [Xout,Yout]=points2contour(Xin,Yin,P,direction) Given any list of 2D points (Xin,Yin), construct a singly connected nearest-neighbor path in either the 'cw' or 'ccw' directions....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Connect Randomly Ordered 2D Points into a Minimal Nearest-Neighbor Closed Contour Download

Added: June 10, 2013 | Visits: 389

Rapidly find the points lying inside a cut-off radius This completely vectorized code helps you find all points within a cut-off radius from given point.Say, in applications such as Molecular Dynamics, you may be required to find out which atoms lye within a cut-off radius (for example, the Van-der Waals distance of interaction, or say that...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 778.24 KB Download (45): Rapidly find the points lying inside a cut-off radius Download

Added: August 06, 2013 | Visits: 515

Generating surface plot with bars at specific (x,y) points This function generates mesh plot with 3Dbars at specific (x,y) points by using fill3 function.This function uses MATLAB's fill3.m meant to generate Filled 3-D polygons.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (50): Generating surface plot with bars at specific (x,y) points Download

Added: March 30, 2013 | Visits: 459

B-splines The package comprises of a graphical utility to place uniform B-spline control points and see how the B-spline is redrawn as control points or control point weights are adjusted, and functions to estimate B-splines with known knot vector, given a set of noisy data points either with known or...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): B-splines Download

< 1 2 3 4 5