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

X Y Graph Maker software
Filter: All | Freeware | Demo
 

X Y Graph Maker

< 1 2 3 4 5 > 
Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 642

Jazz Utils Jazz Utils - FileMaker Plugin plugin includes clipboard functions, HTML formatting (tagging) functions, functions to obtain the mouse location (x, y), cross-platform character conversion, ascii values, and FileMaker script debugging tools. The mini-icons below indicate which functions have been...



Platforms: Mac

License: Freeware Size: 92.16 KB Download (57): Jazz Utils Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 267

XRG XRG (X Resource Graph) is an open source system monitoring application for Mac OS X. XRG will monitor your computer's CPU usage, memory usage, battery status, network activity, disk activity, and machine temperature and fan speeds. XRG also has modules to display your local weather, and stock...





Platforms: Mac

License: Freeware Size: 1.2 MB Download (46): XRG Download

Added: May 10, 2013 | Visits: 503

Convex hull and diameter of 2d point sets This script returns the convex hull (separated into upper and lower chains of vertices) and the diameter (farthest pair of points), given input consisting of a list of 2d points represented as pairs (x,y). The convex hull algorithm is Graham's scan, using a coordinate-based sorted order rather...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Convex hull and diameter of 2d point sets Download

Added: September 07, 2013 | Visits: 632

Lawrence Goetz's Image 3D Script This free Java applet lets you have an image rotate on your site in 3D. It takes a 2D image and spins it around it's X, Y, or Z axis as if it were a 3D image.It's great for logos on a site, or for general pictures that you want to spin. The applet can be linked to a file and it works with frames....


Platforms: Java

License: Freeware Size: 20.48 KB Download (50): Lawrence Goetz's Image 3D Script Download

Added: June 09, 2013 | Visits: 384

fwhm width = fwhm(x,y)Full-Width at Half-Maximum (FWHM) of the waveform y(x) and its polarity.The FWHM result in 'width' will be in units of 'x'The code was developed by an unknown author.


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): fwhm Download

Added: May 24, 2013 | Visits: 431

xyzplotter MATLABs most commonly used 3-d plotting tools surf and mesh require rectangular grids to plot in 3-d, not x,y,z triples. This function converts arrays of x,y,z triples into rectangular grids to use with surf, mesh, etc.common usage:[x y z] = xyzplotter(xin,yin,zin)xin,yin,zin are n x 1 arrays...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): xyzplotter Download

Added: April 11, 2013 | Visits: 457

Gaussian window in 3 dimensions G3 = gauss3D(sz_X, sz_Y, sz_Z, a, prec);returns a 3 dimensional matrix being a gaussian bell curve where the width in the (x/y/z)-dimension is proportional to 1/a(1), 1/a(2) and 1/a(3), respectively. "prec" is the data precision.Default is a=[2.5 2.5 2.5] and prec='double'Examples:Cubic-shaped...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Gaussian window in 3 dimensions Download

Added: April 02, 2013 | Visits: 410

Structure Cut As an example, suppose you had taken 155 seconds of data of the location (x,y,z) of a particle as a function of time (t). It is convenient to put that all into a struct, such as this one:>> datadata = t: [155000x1 double] x: [155000x1 double] y: [155000x1 double] z: [155000x1 double]If you wanted...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Structure Cut Download

Added: July 01, 2013 | Visits: 570

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: 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: July 26, 2013 | Visits: 276

Streamcolor STREAMCOLOR(X,Y,U,V,STARTX,STARTY,VMAG) or STREAMCOLOR(X,Y,Z,U,V,W,STARTX,STARTY,STARTZ,VMAG) creates streamlines from 2D or 3D vector data U,V,W. The arrays X,Y,Z define the coordinates for U,V,W and must be monotonic and 3D plaid (as if produced by MESHGRID). STARTX, STARTY, and STARTZ define...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Streamcolor 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: May 18, 2013 | Visits: 418

ROI Draw Most ROI Drawing Tools limit you to either drawing a circular ROI or a rectangular ROI perpendicular to the X-Y axis. ROI Draw's primary purpose is to expand upon the drawing of rectangular ROI's by allowing you to draw them at any angle.After selection of an ROI, ROI Draw crops and rotates your...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (46): ROI Draw Download

Added: May 29, 2013 | Visits: 429

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: May 14, 2013 | Visits: 206

Writefilament This program will interface with IMARIS software, and record the x,y, and Z coordinates output from the program of all the filaments written.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Writefilament 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: 463

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

< 1 2 3 4 5 >