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

X Y Coordinates software
Filter: All | Freeware | Demo
 

X Y Coordinates

< 1 2 3 4 5 > 
Added: September 03, 2013 | Visits: 384

Lomb normalized periodogram Both functions caculate the Lomb normalized periodogram (aka Lomb-Scargle, Gauss-Vanicek or Least-Squares spectrum) of a vector x with coordinates in t, which is essentially a generalization of the DFT for unevenly sampled data.The codes are transcriptions from Fortran of the subroutines found in...



Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Lomb normalized periodogram Download

Added: April 09, 2013 | Visits: 976

Convert form XYZ coordinate to YBC format (LRA) XYZ2YBC convert form XYZ coordinate to YBC format (LRA)XYZ2YBC(X,Y,Z) convert the X,Y,Z values to Y,B,C values. assuming the bend radius is zero. the size of X,Y and Z must be the same.XYZ2YBC(X,Y,Z,R) where R is the bend radius. convert the X,Y,Z values toY,B,C values, taking in to account the...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (134): Convert form XYZ coordinate to YBC format (LRA) Download

Added: June 10, 2013 | Visits: 570

Find optimal FIR Wiener filter for multiple inputs MISO_FIRWIENER(N, X, Y) computes the optimal FIR Wiener filter of order N, given any number of (stationary) random input signals as the columns of matrix X, and one output signal in column vector Y.Requires BLOCK_LEVISON.M, also on the file exchange.By Keenan Pepper; uploaded with permission.


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Find optimal FIR Wiener filter for multiple inputs Download

Added: August 27, 2013 | Visits: 623

Fit experimental data is easy pbest=EASYFIT(x,y,varargin) fits the data Y = f(X) to a model function Y = FUN(P,X).If FUN is not given as an input argument, POLYFIT is used as the model function.Bounds on the parameters P may be set.By default a plot is generated which presents the data as well the "best" curve, confidence...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Fit experimental data is easy Download

Added: August 19, 2013 | Visits: 560

distmat D = DISTMAT(X,Y) for matrices X and Y returns the distance matrix where the (i,j)th entry is the d-norm distance between the ith and jth row of X and Y respectively.DISTMAT(X,Y,d) computes a specific d-norm distance. Default=2[D,XI,YI]=DISTMAT(X,Y,d,var) gives the indices of the sorted values of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): distmat Download

Added: July 08, 2013 | Visits: 567

Billiard Ball Animation This Program Performs the following:(1) Animates the movement of a Billiard Ball on a table that has a surface friction (mu) and coefficient of restitution (e) for the sides and saves it as an AVI file.(2) Outputs series of rows and columns that displays the stream data of (Time),(X),(Y),(V), and...


Platforms: Matlab

License: Freeware Size: 133.12 KB Download (42): Billiard Ball Animation Download

Added: May 29, 2013 | Visits: 428

Straight-line fitting genetic algorithm [M,B] = AG_RECTA(X,Y) finds the the slope M and the y-intercept B of the line that better fits to the X,Y data. X and Y are vectors of the same length.


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Straight-line fitting genetic algorithm Download

Added: April 28, 2013 | Visits: 478

MINCONNECT MINimal CONNECTivity (adjacency) matrix for (X,Y) points on a plane, and/or graph of connections. Needs CLINE.Applications: graph theory, optimal traffic, astronomy (e.g. if youwant to see a tree of connected stars selected according to certain bounds on distance and/or magnitude etc).The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): MINCONNECT Download

Added: April 12, 2013 | Visits: 613

PlotData - display plot raw-data in data-tables Syntax: plotdata; plotdata(hPlotFig); plotdata(figureName,sheetName,xdata,ydata, xAxisName,yHeaders,...); [hDataFig, hSpreadsheet] = plotdata(...); PLOTDATA(hPlotFig) scans the supplied figure handle for any plot axes; for each plot axes found, a new spreadsheet is created with the plot data...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (46): PlotData - display plot raw-data in data-tables Download

Added: April 02, 2013 | Visits: 291

PSNR- Peak Signal to Noise Ratio defined by :PSNR(x,y) = 10*log10( max(max(x),max(y))^2 / |x-y|^2 ).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): PSNR- Peak Signal to Noise Ratio Download

Added: May 25, 2013 | Visits: 462

MEMS Accelerometer Calibration using Gauss Newton Method All you have to do is to place the accelerometer in 9 different static positions and record the x, y & z values.The procedure exploits the fact that, in static conditions, the modulus of the accelerometer output vector matches that of the gravity acceleration. The calibration model incorporates...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 481.28 KB Download (45): MEMS Accelerometer Calibration using Gauss Newton Method Download

Added: June 12, 2013 | Visits: 493

4-D Sobel Edge Detection 4-D Sobel Edge Dection4-D edge Sobel edge detectorINPUT: A - 4-d double/single tensorOUTPUT: S - 4-d double/single tensor Sobel edge magnitude values at every location (x,y,z,t)Class support of input: float: double, single


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): 4-D Sobel Edge Detection Download

Added: September 09, 2013 | Visits: 350

corrcoef_directional.m Calculates the correlation coefficient for 2-d directional and circular data, e.g., if you have one set of 2-d movements and want to compare them to a second (paired) set of 2-d movements.The input to the function is two Nx2 matrices (each matrix specifies the x,y coordinates of N data points).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): corrcoef_directional.m Download

Added: May 10, 2013 | Visits: 207

GraphScannerGUI This program digitizes plot into (x,y)-data. Using the program involves three main steps: import the graph from file, define coordinate axes and select points. After that you can save the data values into an ASCII file for later use. In order to learn more about how the program works, copy the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 153.6 KB Download (43): GraphScannerGUI Download

Added: July 26, 2013 | Visits: 554

MYaxis a function to define the coordination of your own subplot axesyou'd better estimate the input to assure not exceed the figure;this function is similar to the subplot(row,col,i)i is the ith subplot[x,y,w,h]=MYaxis(rownum,colnum,wblank,hblank,leftside,rightside,upside,downside,i); rownum=5 colnum=4...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): MYaxis Download

Added: March 25, 2013 | Visits: 367

grdwrite2 GRDWRITE2(X,Y,Z,'file.grd') will create a grid file containing the data in the matrix Z. X and Y should be either vectors with dimensions that match the size of Z or two-component vectors containing the max and min values for each. The file will be a COARDS-compliant NetCDF file, the standard...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): grdwrite2 Download

Single-variable linear level finding ( XI = findX(X,Y,YI) estimates the XI values at which the dependentvariables Y reach or cross a specified target level YI (scalar value). If there are multiple solutions, findX finds all of them. It may be seen as the "inverse" operation of the MATLAB's functionINTERP1, under 'linear' method.X is a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Single-variable linear level finding ("inverse" INTERP1): findX Download

Added: July 18, 2013 | Visits: 316

Plot Unit Vectors This function plots unitvectors X Y and Z or (e1, e2, e3) from an origin.This function is fairly robust in that it can take 2 types of input. It can take a transformation matrix of the formtrMatrix = [1 0 0 0; pos' unitx' unity' unitz'] as:fcn_plotUnitVectors(trMatrix).Or it can take it as a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Plot Unit Vectors Download

Added: April 24, 2013 | Visits: 299

ashape: a pedestrian alpha shape extractor ASHAPE is a simple wrapper for ASLIB, which implements several (optimized) subroutines to extract and display 2d alpha shapes and alpha patches from a set of x/y data pointsASLIB returns a structure, which contains all relevant parameters, data and results including graphics handles to plotted...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (44): ashape: a pedestrian alpha shape extractor Download

Added: June 07, 2013 | Visits: 261

shiftsurf.m Bidimensional surface shift to a position specified by a vector [x,y].


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): shiftsurf.m Download

< 1 2 3 4 5 >