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

Roland X Y Plotter Driver software
Filter: All | Freeware | Demo
 

Roland X Y Plotter Driver

< 1 2 3 4 5 > 
Added: April 11, 2013 | Visits: 455

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: 409

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: 569

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: 569

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: 275

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: 559

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: 416

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: 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: 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 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: 290

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: 461

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: April 09, 2013 | Visits: 335

writevertices this program will record the vertices from the imaris filament program, x, y, z coordinates.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): writevertices Download

Added: June 15, 2013 | Visits: 320

writespots This program will record the x,y,z coordinates output from imaris cooresponding to the small spots which are endpoints for the filament generating function.


Platforms: Matlab

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

< 1 2 3 4 5 >