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

Neurosolutions For Matlab software
Filter: All | Freeware | Demo
 

Neurosolutions For Matlab

< 1 2 3 4 5 
Added: April 05, 2013 | Visits: 291

convert objects to string This little helper function allows to obtain a string representation for Matlab class instances.Main feature is that properties which are also objects are converted recursively.The recursion level is represented by tab intendation.The maximum depth is definable, but infinite loops are taken care...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): convert objects to string Download

Added: April 12, 2013 | Visits: 423

Unit testing tools MatUnit is a unit testing framework for MATLAB. Much like it's Java counterpart JUnit, it allows the programmer to easily run many tests and report its results for MATLAB functions.-We want to be able to teach students how to test numerical software.- Many of them will have seen JUnit or similar...





Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Unit testing tools Download

Added: June 23, 2013 | Visits: 355

wat11 C-mex files for MATLAB encounter the following problem when compiling them with WATCOM 11.0: All access-functions to files (fprintf, fscanf) cannot handle double variables, only integer and strings are read or written correctly. The file convert.c contains two functions: You may read a...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (41): wat11 Download

Added: July 23, 2013 | Visits: 370

Image Aquisition (1) Actualized VFM project=> Video for Matlab, solution using direct VfW access(2) OCVGRAB=> solution using OpenCV grabbing routines (potentially plattform independent)(3) VIGRAB=> solution using VideoInput library routines (directshow)Contains mex projects for Matlab R14 and 2007b. Please check...


Platforms: Matlab

License: Freeware Size: 2.18 MB Download (45): Image Aquisition Download

Added: June 27, 2013 | Visits: 238

Statistical Mode Mode function for MATLAB 6.1 or aboveSyntax: [mode,modal,times] = ms_modal(x);where :x is the 1-D input array consisting of REAL numbers, in either row or columnar form modal is the output which consists of the numbers appearing in array x. It has each number once only. This is not sorted.times...


Platforms: Matlab

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

Added: July 30, 2013 | Visits: 337

Triangular pdf The files in this folder contains small routines for MATLAB to compute and plot triangular probability denstity function. There are following 4 files:tglpdf : Compute and plot triangular probability density function for given value of X (X can be scalar or matrix)tglcdf : Compute and plot...


Platforms: Matlab

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

Added: July 15, 2013 | Visits: 193

More intuitive subplot Simple wrapper for Matlab's subplot. Most arguments get passed straight through. The only difference is in how the thisPlot index is handled. Instead of being a counter-intuitive 1D index, you just use 2D indices. For example, if you want a subregion from rows 3:4 and cols 4:5, just put {3:4...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (40): More intuitive subplot Download

Added: September 09, 2013 | Visits: 360

Zero-Based Indexable Arrays (OOP Exercise) I created this class of zero-indexable arrays purely as a fun OOP exercise, in reaction to various Newsgroup threads inquiring about zero-indexable matrix types for MATLAB. Even though I've gone to the trouble to overload many methods for the class, I offer it as a toy, nothing more, and strongly...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Zero-Based Indexable Arrays (OOP Exercise) Download

Added: May 13, 2013 | Visits: 252

MeijerG A wrapper for MATLAB symbolic library implementation of the 'MeijerG' G^{m,n}_{p,q}(...|z) function.Syntax : MeijerG({[a_1,...a_n],[a_n+1,...a_p]},{[b_1,...b_m], [b_m+1,...b_q]},z)Input arguments :a - {[a_1,...a_n],[a_{n+1},...a_p]}b - {[a_1,...a_m],[a_{m+1},...a_q]}z - matrix of (possibly...


Platforms: Matlab

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

Added: April 27, 2013 | Visits: 375

wikimarkup wikimarkup is a class to automatically generate latex/wiki/html markup for matlab objects. Currently it supports cell or numeric matrices, images (as filenames) and structures. Adding new syntax is easy too!Usage: Instantiate the class and start adding tables, images, text etc. Finally you can...


Platforms: Matlab

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

Added: July 31, 2013 | Visits: 264

DataHash DATAHASH - Checksum for Matlab array, struct, cell or fileHash = DataHash(Data, Opt) Data: Array of built-in types (U)INT8/16/32/64, SINGLE, DOUBLE (real or complex) CHAR, LOGICAL, CELL, STRUCT (scalar or array, nested), function_handle. Opt: Options struct: Opt.Method: 'SHA-1', 'SHA-256',...


Platforms: Matlab

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

Added: September 01, 2013 | Visits: 407

Dynamic Search Box KPF_CB was completely rewritten to work with mouse clicks and for Matlab R2011b. Currently it does not work with other releases. I haven't really looked into why yet, so I have included the original 'KPF_CB' and renamed it 'Original_KPF_CB' for compatibility.The new KPF_CB also heavily relies on...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (40): Dynamic Search Box Download

Added: April 27, 2013 | Visits: 379

icoshift The icoshift tool for Matlab is an open source and highly efficient program specifically designed for solving signal alignment problems in metabonomic NMR data analysis, but it can also properly deal with other spectra-like datasets (e.g. data from other spectroscopic methods or chromatographic...


Platforms: Matlab

License: Freeware Size: 1.57 MB Download (43): icoshift Download

Added: September 03, 2013 | Visits: 337

licenseuse Many large organizations use a "network license" for MATLAB, where users must be connected to the FLEXlm license server to run MATLAB. The total number of MATLAB users and users of specific toolboxes is limited by the license. In some cases, a user can obtain a license for MATLAB, but a specific...


Platforms: Matlab

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

Added: August 16, 2013 | Visits: 188

Kronecker product This file serves as a replacement for Matlab's kron.m. It contains a more efficient implementation of the Kronecker product for dense, sparse and logical matrices.


Platforms: Matlab

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

Added: June 05, 2013 | Visits: 333

dxf2coord the primary target of this script was to make a simple dxf import for matlab for the most important autocadcad entities. the script reads the coordinates and layernames of entities of a acad r2000 - r2007 ascii .dxf file and saves the results as workspace variables. it works on points, lines,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (56): dxf2coord Download

Added: May 30, 2013 | Visits: 198

myfigure This shortcut replacement for matlab's figure command allows rapid switching between figures without the speed slow down caused by raising the figure window to the front every time it is made active, which is the default action for matlab's figure command. Using this routine figures can be...


Platforms: Matlab

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

Added: May 18, 2013 | Visits: 455

Heat Convection Toolbox The Heat Convection Toolbox for Matlab provides computing of basic thermo-physical properties (density, specific heat capacity, viscosity, thermal conductivity, thermal diffusivity etc.), dimensionless criteria (Prandtl, Reynolds, Grashof, Nusselt) and coefficient of convection heat transfer for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (41): Heat Convection Toolbox Download

Added: May 14, 2013 | Visits: 305

matSock non blocking tcpip event based sockets for Matlab.A small java class that implements a channel multiplexor in a separate thread and allows you to register socket connections and Matlab callback functions for socket channel events (OP_READ, OP_WRITE, OP_ACCEPT, OP_CONNECT). Leaves the command...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): matSock Download

Added: June 15, 2013 | Visits: 401

Battleship for MATLAB GUI version of classic Battleship game. 1 player. Object is to sink all five of the computer's ships in as few moves as possible


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (42): Battleship for MATLAB Download

< 1 2 3 4 5