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

X Y Tables Math Solver software
Filter: All | Freeware | Demo
 

X Y Tables Math Solver

< 1 2 3 4 5 > 
Added: June 15, 2013 | Visits: 324

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 (49): 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: 558

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 (45): MYaxis Download

Added: March 25, 2013 | Visits: 373

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 (49): 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: 319

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 (44): Plot Unit Vectors Download

Added: April 24, 2013 | Visits: 301

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

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

Added: June 17, 2013 | Visits: 447

area3D A function which gives the area of a 3D planar polygon which does not lie in the x-y plane.AREA3D(X,Y,Z) calculates the area of a polygon in space formed by vertices with coordinate vectors X,Y and Z. If the coordinates of vertex v_i are x_i, i and z_i twice the area of a polygon is given by:2...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): area3D Download

Added: June 23, 2013 | Visits: 288

majorization check MAJLE (Weak) Majorization checkS = MAJLE(X,Y) checks if the real part of X is (weakly) majorized by the real part of Y, where X and Y must be numeric (full or sparse) arrays. It returns S=0, if there is no weak majorization of X by Y, S=1, if there is a weak majorization of X by Y, or S=2, if...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): majorization check Download

Added: September 08, 2013 | Visits: 329

Seekpeaks [xm,ym,xx,yy]=Seekpeaks(fun,x,y,y_tol,Nsteps,varargin)Searches the maxima of the function 'fun', which is an object such as produced by inline or by a m-function. y=fun(x,P1,P2,...), where P1, P2,...are additional parameters used in the function 'fun' and are given in 'varargin' in Seekpeaks as...


Platforms: Matlab

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

Added: August 06, 2013 | Visits: 456

Compares probabilities of two binomial samples Compares probabilities of two binomial samples X, Y from a Bernoully experiments with probability p1 for set X and p2 for set YTest the null hypothesis H_0: p1 = p2 vs alternatives H_1: p1 > p2 H_2: p1 < p2 H_3: p1 != p2 Input: X - row of 0 or 1 Y - row of 0 or 1 Output: z - normal statistics...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Compares probabilities of two binomial samples Download

Added: May 18, 2013 | Visits: 306

pgfhist2d PGFHIST2D(X, Y, W) will save a PNG file representing the 2D histogram created from data points specified by X and Y with weights specified by W. The vectors X, Y, and W must have the same number of elements. The text to include in a Latex file to produce the histogram is displayed. Valid options...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): pgfhist2d Download

Added: June 07, 2013 | Visits: 316

gaussian curve fit [sigma,mu,A]=mygaussfit(x,y)[sigma,mu,A]=mygaussfit(x,y,h)this function is doing fit to the functiony=A * exp( -(x-mu)^2 / (2*sigma^2) )the fitting is been done by a polyfitthe lan of the data.h is the threshold which is the fractionfrom the maximum y height that the datais been taken from.h...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): gaussian curve fit Download

Added: June 19, 2013 | Visits: 397

ifilter: Interactive Fourier filter function ifilter(x,y) or ifilter(y) or ifilter([x y]) or ry=ifilter(x,y,center,width,shape,plotmode,filtermode)Keyboard-operated interactive Fourier filter function for time-series signal (x,y), with keyboard controls that allow you to adjust the filter parameters continuously while observing the effect...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): ifilter: Interactive Fourier filter function Download

Added: July 14, 2013 | Visits: 316

iscoplanar.m COPL = ISCOPLANAR(X,Y,Z,TOLERANCE) takes input arguments x,y, and z as column vectors; TOLERANCE is optional.COPL = ISCOPLANAR(x) takes an n x 3 input argument in the form [x1 y1 z1;x2 y2 z2;...;xn yn zn] The optional argument TOLERANCE allows for roundoff error; if each combination of four...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): iscoplanar.m Download

Added: July 07, 2013 | Visits: 370

plotdata, version 2 function [coef, RSquared]=plotdata(xi,yi,polyorder) A simple data plotting function, useful for inspecting x,y data. The function accepts data in the form of a single vector, a pair of vectors "x" and "y", or a single NxM or MxN matrix with the independent variable (x) in first row or column...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): plotdata, version 2 Download

Added: June 28, 2013 | Visits: 395

Plot With Direction 3D function [h1, h2] = plot_dir3 (vX, vY, vZ) Plotting x-y-z variables with direction indicating vector to the next element. Example vX = linspace(0,2*pi, 10)'; vY = sin (vX); vZ = cos (vX); plot_dir3(vX, vY, vZ);


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Plot With Direction 3D Download

Added: May 04, 2013 | Visits: 334

GenCyl This program generates a cartesian mesh [x,y,z] from a 3D curve, and a vector of associated radii.It takes four inputs, two of which are optional: * P (3D curve) = 3xN matrix with each point of the curve given in correct order and columnwise. * R (Radii) = 1xN vector with positive scalar...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 174.08 KB Download (39): GenCyl Download

Added: August 15, 2013 | Visits: 364

Spherical Mapping Drawing Demonstration This function takes points drawn on x-y axis and maps them to a sphere in real time. Click and drag on the planar area to draw a series of dots (one graphic object).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Spherical Mapping Drawing Demonstration Download

< 1 2 3 4 5 >