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

P R O X Y Fresh List software
Filter: All | Freeware | Demo
 

P R O X Y Fresh List

< 1 2 3 4 5 
Added: March 25, 2013 | Visits: 368

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

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: 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: May 04, 2013 | Visits: 313

Project a planar polyline on another polyline Compute the distances (cross-ranges) from a set of points% P on a plane to the planar polyline% V , and the distances (ranges) from the% projections of P on V to the first point of a segment containing% the projected point. Planar polyline V is defined as a set of n-1% segments connecting n...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Project a planar polyline on another polyline Download

Added: April 26, 2013 | Visits: 288

COMPLEXROOTS R = COMPLEXROOTS(X,N) returns all (N) complex Nth roots of X.X can be a real or a complex number, or an array of such numbers; N must be a natural number.If X is scalar, COMPLEXROOTS(X, N) is a 1*N vectorwith all complex Nth roots of X.If X is a vector of length M, COMPLEXROOTS(X, N) is a M*N...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): COMPLEXROOTS Download

Added: June 23, 2013 | Visits: 287

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

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: May 18, 2013 | Visits: 305

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: July 14, 2013 | Visits: 314

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: April 15, 2013 | Visits: 293

Block Levinson solver BLOCK_LEVINSON(Y, L) solves the matrix equation T * x = y, where T is a symmetric matrix with block Toeplitz structure, and returns the solution vector x. The matrix T is never stored in full (because it is large and mostly redundant), so the input parameter L is actually the leftmost "block...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Block Levinson solver Download

Added: June 28, 2013 | Visits: 394

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

Added: August 30, 2013 | Visits: 391

Degrees to CH1903+ Convert decimal degrees (lat,long) to Swiss 1903+ grid (x,y) in metres


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Degrees to CH1903+ Download

Added: March 25, 2013 | Visits: 243

area_stairs AREA_STAIRS(X,Y) is similar to AREA(X,Y). compared to AREA(X,Y), AREA_STAIRS(X,Y) generates stairs between colored regions.


Platforms: Matlab

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

Added: May 30, 2013 | Visits: 602

Check Whether a Point Lies Inside,Outside or On a Circle This program checks whether a point (x,y) lies inside,outside or on a circle defined by 3 other points.Syntax: iscircle(X,Y,x,y), where X=[x1 x2 x3] and Y=[y1 y2 y3]. Thus, a circle can be made out of these 3 points-->(x1,y1), x2,y2)&(x3,y3).Program checks whether point (x,y) lies inside,outside...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Check Whether a Point Lies Inside,Outside or On a Circle Download

Added: March 27, 2013 | Visits: 302

scatterquad2 scatterquad2(X,Y,Z) finds the volume under the surface defined by the points (X(i),Y(i),Z(i)) with linear interpolation on the Delaunay triangulation of (X,Y) and Z=0 outside the convex hull of (X,Y).Example:load seamountscatterquad2(x,y,z-min(z)) % returns 190.7996inR = (x>=211.1 & x=-48.35 & y


Platforms: Matlab

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

Added: June 24, 2013 | Visits: 292

uncertainty in measuring suppose we have function of z(x,y). this program computes how the error in x and y will influence the error in z(x,y).error in z we defined asdelta(z)=diff(z,x)*delta(x)+diff(z,y)*delta(y), where delta(x) and delta(y) the errors in x and y measurements.diff(z,y) is the partial derivatives of z...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): uncertainty in measuring Download

Added: April 29, 2013 | Visits: 307

plot3AniAnaglyph plot3AniAnaglyph(S,params) produces an anaglyph (red/cyan 3D) plot3 animation of the of arguments in cartesian coordinates (S = [X,Y,Z]).The animation includes the evolution and rotation of the arguments confined to a 1x1x1 cube centered at (0,0,0).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (44): plot3AniAnaglyph Download

< 1 2 3 4 5