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

2009a software
 

2009a

Added: August 27, 2013 | Visits: 227

Anova with N repeated and M non-repeated factors See the help of the file please. I wrote this 2 years ago, but it runs well with 2009A as tested. Feel free to post the bug you found. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Anova with N repeated and M non-repeated factors Download

Added: April 30, 2013 | Visits: 302

BlockMean BLOCKMEAN - Fast mean of rectangular submatricesThe mean of V*W elements along the 1st and 2nd dimension is calculated. This is no running mean filter: The sizes of the 1st and 2nd dimension are reduced by the factors V and W.I use this as cheap anti-aliasing of RGB images, therefore it is... Platforms: Matlab

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

Added: May 03, 2013 | Visits: 230

anyEq C-Mex: anyEqThis is a simple but fast check, if two arrays contain any common element.If no common element is found, the C-Mex is 30% to 50% faster than the equivalent Matlab expression "any(X(:) == y)" and much faster than "any(ismember(X, Y))" if Y is an array.If a matching element is found... Platforms: Matlab

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

Added: May 22, 2013 | Visits: 411

fSGolayFilt fSGolayFilt is a fast polynomial smoothing filter for uniformly spaced signals. This implementation offers less flexibility than other versions found in the MATLAB Central (eg. from Jianwen Luo, YangQuan Chen or Vassili Pastushenko), but it is optimized for speed by using a C-Mex function for the... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (46): fSGolayFilt Download

Decision Trees and Predictive Models with cross-validation and ROC analysis plot Decision tree learning is a common method used in data mining. Most of the commercial packages offer complex Tree classification algorithms, but they are very much expensive.This matlab code uses d-de?classregtree' function that implement GINI algorithm to determine the best split for each... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 972.8 KB Download (53): Decision Trees and Predictive Models with cross-validation and ROC analysis plot Download

Added: September 16, 2013 | Visits: 377

UniqueFuncNames UniqueFuncNames - Check uniqueness of function namesIf you install a large 3rd party toolbox, the file names may interfere with other installed toolboxes. This simple funtion compares the names of all M-, P- and Mex-files found in the Matlab path and displays non-unique names.P- and Mex-files... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): UniqueFuncNames Download

Added: April 21, 2013 | Visits: 294

CmdWinTool Programmatic control of the the command windowOn a netbook with a tiny monitor, the toolbar and the statusbar of Matlab'scommand window occupy valuable space. The function CmdWinTool usesundocumented Java methods to hide these UI elements.But the interface allows much more:Reply =... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): CmdWinTool Download

Added: April 14, 2013 | Visits: 315

FilterM FilterM, FiltFiltM: Fast digital filterThese functions are compatible to MATLAB's FILTER and FILTFILT commands,but they are faster (see screenshot): FilterM: 30%-40% of FILTER runtime FiltFiltM: 4%-20% of FILTFILT runtimeADDITIONAL FEATURES:- The dimension to operate on can be specified for... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): FilterM Download

Added: March 24, 2013 | Visits: 201

fRMField fRMField: Remove field(s) from a struct - fast C-MEXThis function is about 5 to 10 times faster than RMFIELD of Matlab 2009a.T = fRMField(S, Name)INPUT: S: Struct or struct array. Name: String or cell string. Removing a name, which is not a field name of S, is *not* an error here, in opposite to... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): fRMField Download

Added: August 16, 2013 | Visits: 166

RenameField RenameField - Rename a fields of a structT = RenameField(S, Old, New)INPUT: S: Struct or struct array. Old: String or cell string, name of the field to be renamed. New: String or cell string, new field name, which must be a valid Matlab symbol.OUTPUT: T: Struct S with renamed fields.EXAMPLES: S.A... Platforms: Matlab

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

Added: April 23, 2013 | Visits: 374

GetFullPath GetFullPath - Get absolute path of a file or folder nameThis function converts a partial or relative name to an absolute full path name. The fast Mex works on Windows only (sorry), but the M-file runs on Windows, MacOS and Unix.FullName = GetFullPath(Name)INPUT: Name: String or cell string, file... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): GetFullPath Download

Added: July 10, 2013 | Visits: 281

Quikscat L3 HDF reader % SYNTAX: STRUCT_MATRIX=hdfreader_quikscat();%% This code reads as many files as you want (1 or >1) of your% choice from dataset PODAAC JPL QuikSCAT Seawinds L3 passings, generating a struct-organized maxtrix.%% $$ FILES IN '*.gz' MUST BE EXTRACTED.%% $$ IS NOT NECESSARY TO RENAME THE EXTRACTED... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Quikscat L3 HDF reader Download

Added: August 28, 2013 | Visits: 445

Mouse-friendly FIGURE MOUSE_FIGURE(handle) creates a figure (or modifies an existing one with handle [handle]) that allows zooming with the scroll wheel and panning with mouse clicks, *without* first selecting the ZOOM or PAN tools from the toolbar. Moreover, zooming occurs to and from the point the mouse currently... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Mouse-friendly FIGURE Download