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

Returns software
Filter: All | Freeware | Demo
 

Returns

< 1 2 3 4 5 > 
Added: May 01, 2013 | Visits: 377

Database metadata This function returns the delay vector given the data, the embedding dimension and the time delay. Useful to use for priming data for use with PCA/ICA, SVD or Chaos Theory Analysis amongst others.http://www.downloadplex.com/index.php?a=admin&b=programs&os=Scripts&add



Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Database metadata Download

Added: September 16, 2013 | Visits: 352

getTile The simple function takes lat and longs of a box and goes and gets image from nearmap or google earth at the selected zoom level returns a single image.





Platforms: Matlab

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

Added: June 25, 2013 | Visits: 414

trempeak An M-File for automated tremor analysis which returns the amplitude and frequency of tremor recorded with Polhemus Fastrak.Relies on functions within the Signal Processing and HOSAtoolboxes.


Platforms: Matlab

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

Added: April 20, 2013 | Visits: 366

abc2num ABC2NUM(S), where S is a one or two letter string representing a column label commonly employed by spreadsheet programs, returns a number corresponding to the spreadsheet column indicated by S. Example: S = 'CS'; abc2num(S); ans = 97


Platforms: Matlab

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

Added: July 13, 2013 | Visits: 405

num2english num2english translates numbers to their plain english equivalents: num2english(14) returns 'fourteen', num2english(7.63) returns 'seven point six three'. Options include year and priority formats. I use this for building strings.


Platforms: Matlab

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

Added: September 05, 2013 | Visits: 442

Easter Sunday Indicator Returns an indicator 0 or 1 that tells if a date is the Easter Sunday according to either the Catholic or the Orthodox dogma.Example:>> e=easter(15,4,2002,'Catholic')e = 0>> e=easter(31,3,2002,'Catholic')e = 1


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Easter Sunday Indicator Download

Added: August 24, 2013 | Visits: 312

Jacobi Theta and Eta Functions [Th, H] = JACOBITHETAETA(U,M) returns the values of the Jacobi's theta and eta elliptic functions TH and H evaluated for corresponding elements of argument U and parameter M.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Jacobi Theta and Eta Functions Download

Added: September 02, 2013 | Visits: 185

MYRANDPERM -- A simple variation on RANDPERM MYRANDPERM(A) returns matrix A with elements randomly permuted. This function uses RANDPERM.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): MYRANDPERM -- A simple variation on RANDPERM Download

Added: July 26, 2013 | Visits: 207

meancent MEANCENT - for a dataset, returns the mean and mean-centered set.Many applications require mean-centering of a dataset.


Platforms: Matlab

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

Added: July 03, 2013 | Visits: 323

Is Octave Returns false when code is executing in MATLAB or another MATLAB variant.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Is Octave Download

Added: September 04, 2013 | Visits: 355

spline_deriv The subroutine returns a spline which represents the jth derivative of a given spline as produced by mkpp. It is based on the Mathworks solution found at:http://www.mathworks.com/support/solutions...html?product=ML


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): spline_deriv Download

Added: July 09, 2013 | Visits: 315

Wrapped String OUTSTRING=WRAPSTRING(INSTRING, DELTA) returns a wrapped string of INSTRING, that fits inside the Command Window Size, with right leading edge of DELTA Example:alpha = ' ABC';InString = alpha(randi(4,1,500))OutString=wrapstring(InString)


Platforms: Matlab

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

Added: July 04, 2013 | Visits: 491

Data matrix whitening (Sripts) Computes the ZCA whitening of a data matrix and returns the whitened data and whitening/dewhitening transformation matrices.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (63): Data matrix whitening (Sripts) Download

Added: May 04, 2013 | Visits: 495

Order of magnitude of number Returns the order of magnitude of one or more numbers. Works on nd arrays.Ex:order( 1.2e-5 ) will return -5order(1) = 0order( 1.12344e8 ) = 8


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Order of magnitude of number Download

Added: April 06, 2013 | Visits: 204

knanmean knanmean(X,[dim]) returns the average of matrix X on dimension dim, treating NaNs as missing values.Contrarly to nanmean, works on n-dimensions matrices


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): knanmean Download

Added: July 17, 2013 | Visits: 255

subplace SUBPLACE Computes 'Position' vectors for a center-aligned set of subplots of varying row lengthssubplace(R), R is a vector specifying the number of subplots in each rowsubplace([3 2]) - returns a 5x4 vector with the position vectors of 5 plots in rows of 3 and 2.subplace([3 2],1) - returns a 1x4...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): subplace Download

Added: June 10, 2013 | Visits: 257

GETRGB GETRGB returns the RGB triplet for matlab color strings, like 'yellow' or 'm'.getrgb('y') --> [1 1 0]Version 1.0 (april 2008)


Platforms: Matlab

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

Added: June 28, 2013 | Visits: 305

linepoints A simple algorithm that returns the points (x and y values) for a line between two points (x1,y1) and (x2,y2).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): linepoints Download

Added: August 03, 2013 | Visits: 821

YESNO YESNO - returns true for y-key, false for n-keyISYES = YESNO waits for a keypress of either the Y-key or N-key and returns a logical one (true) if the Y-key was pressed, and a logical zero (false) if the N-key was pressed. Example: fprintf('nHere is a number for you: %5.0f', 1000*rand) while(1)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): YESNO Download

Added: April 03, 2013 | Visits: 480

UIGETDATE UIGETDATE date selection dialog box T = UIGETDATE(D) displays a dialog box in form of a calendar UIGETDATE expects serial date number or standard MATLAB Date format (see DATESTR) as input data und returns serial date number for the selected date and time. UIGETDATE by itself uses the current...


Platforms: Matlab

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

< 1 2 3 4 5 >