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

Matlab Library freeware
Filter: All | Freeware | Demo
 

Matlab Library

1 2 3 4 5 > 
Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 420

Malimpa Malimpa, which is actually short for MAtlab Library for IMage Processing and Analysis is designed as a Matlab library. It was designed in order to provide functions for 2D / 3D grayscale / color image creation, filtering, or measurement. It requires, and complements Matlab Image Processing Toolbox.



Platforms: Windows

License: Freeware Download (46): Malimpa Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 486

matGeom matGeom is designed to be a Matlab library for geometric computing. Using the functions included in matGeom, you are able to create, transform, manipulate and display geometric primitives (points, lines, polygons, planes, etc.). Typical operations involve creation of shapes, computation of...





Platforms: Windows

License: Freeware Download (47): matGeom Download

Added: May 20, 2013 | Visits: 580

Function for finding peaks from data array I was not able to get the peaks from my experimentally obtained data because of its random nature. As a result the findpeaks() defined in Matlab library was not giving results as expected. Hence I made a code which will help findpeaks() help detect the peaks more accurately.It basically averages...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Function for finding peaks from data array Download

Added: June 09, 2013 | Visits: 503

FAST CONVEX HULL ALGORITHM Even if totally m-coded, this routine is particularly fast in computing convex hull of 2D points. In many cases seems to be much faster than the matlab library routine. The main reason is that, differently from convhull, this algorithm jumps the call to unique function which can be very slow for...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): FAST CONVEX HULL ALGORITHM Download

Added: April 02, 2013 | Visits: 508

From Fortran, call MATLAB Compiler C shared library The MATLAB Compiler (v4, R14 onwards) can package MATLAB code into an executable or C/C++ shared library. Calling a C shared library from Fortran, however, can be difficult. The mixed-language issue is C vs. Fortran calling conventions. This is an example of how to call a MATLAB...


Platforms: Matlab

License: Freeware Size: 10 KB Download (53): From Fortran, call MATLAB Compiler C shared library Download

Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 507

Matlab SRTM Library The Matlab SRTM Library is designed to be an easy-to-use interface for importing and manipulating NASA's Shuttle Radar Topography Mission (SRTM) Digital Elevation Model (DEM) dataset.


Platforms: Windows, Mac, Linux

License: Freeware Size: 175.61 KB Download (52): Matlab SRTM Library Download

Added: May 09, 2013 | Visits: 440

JMatIO - Matlab's MAT-file I/O in JAVA JMatIO is a JAVA library to read/write/manipulate with Matlab's binary MAT-files.Currently supported data types are:+ Double array+ UInt8, Int8 array+ UInt64, Int64 array+ Char array+ Structure+ Cell array+ Sparase arraythis project is also available at http://sf.net/projects/jmatio


Platforms: Matlab

License: Freeware Size: 204.8 KB Download (46): JMatIO - Matlab's MAT-file I/O in JAVA Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 651

BioSig for Octave and Matlab BioSig is an open source software library for biomedical signal processing, featuring for example the analysis of biosignals such as the electroencephalogram (EEG), electrocorticogram (ECoG), electrocardiogram (ECG), electrooculogram (EOG), electromyogram (EMG), respiration, and so on. Major...


Platforms: Windows

License: Freeware Size: 6.8 MB Download (55): BioSig for Octave and Matlab Download

Added: May 06, 2013 | Visits: 749

SSH From Matlab (updated) + SFTP/SCP If you need to access a remote machine from your Matlab session (for near-real time data transfer etc...) this set of functions allows you to programmatically send a single command and obtain the return values as a cell array.Added SFTP function that is compatible with this library. Changed to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): SSH From Matlab (updated) + SFTP/SCP Download

Added: September 25, 2006 | Visits: 7.911

Universal Real-Time Software Oscilloscope GUI Library Real-time universal oscilloscope GUI DLL library for data acquisition, modeling, simulation, debugging. Advantages: 1.Speedy performance: the library makes it possible to bring out into the beams of the viewing oscilloscope over a million quantization steps of signal per second – thus...


Platforms: Windows, Windows CE

License: Freeware Size: 3.68 MB Download (1215): Universal Real-Time Software Oscilloscope GUI Library Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 918

Universal Software Oscilloscope Library Universal oscilloscope GUI ( Real-time plot ) DLL library for data acquisition, simulation, debugging.Advantages:1.Speedy performance: the library makes it possible to bring out into the beams of the viewing oscilloscope over a million quantization steps of signal per second (on the Pentium III...


Platforms: Windows, Windows Vista

License: Freeware Size: 3.54 MB Download (127): Universal Software Oscilloscope Library Download

Added: May 10, 2013 | Visits: 519

IT Library IT is a C library of mathematical, signal processing, speech processing, and communications classes and functions. It is being developed by researchers in these areas and is widely used by researchers, both in the communications industry and universities. The kernel of the IT library are...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (56): IT Library Download

Added: March 24, 2013 | Visits: 449

Quaternion Library for Simulink Quaternion Library for SimulinkVersion 1.7 (JASP) 12-Dec-2009This is a library of blocks that allows manipulation of quaternions.The available blocks are: Quaternion Normalize Quaternion Conjugate Quaternion Multiply Quaternion Propagation Quaternion Vector Transform Quaternion Vector Rotation...


Platforms: Matlab

License: Freeware Size: 71.68 KB Download (45): Quaternion Library for Simulink Download

Added: April 26, 2013 | Visits: 454

Matrix Library for Simulink A set of blocks for manipulating 3x3 and 4x4 matrices. In versions of Simulink prior to R12, matrices were handled in row-major form, thus the need for special blocks to handle matrices. Although Simulink can now handle arrays as signals, some users may still find the row-major approach...


Platforms: Matlab

License: Freeware Size: 81.92 KB Download (44): Matrix Library for Simulink Download

Added: August 14, 2006 | Visits: 10.203

GD Graphics Image Creation Library gd is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a PNG or JPEG file. This is particularly useful in World Wide Web applications, where PNG and JPEG...



License: Freeware Size: 280 KB Download (1345): GD Graphics Image Creation Library Download

Added: June 13, 2013 | Visits: 5.584

CD Library CDLibrary is an organizer for your cd library. You can keep the contents of your CDs (including data about length, date..) and search for a specific file/cd.


Platforms: *nix

License: Freeware Size: 706.56 KB Download (591): CD Library Download

Added: February 05, 2006 | Visits: 4.134

BytesRoad.NetSuit Library If you would like to give your .NET application a simple way to communicate with remote computers then BytesRoad.NetSuit may be the library you are looking for. It is an open source network library developed for the .NET platform and is completely written in C#. It exposes classes that you may...


Platforms: Windows

License: Freeware Size: 622 KB Download (280): BytesRoad.NetSuit Library Download

Released: March 03, 2008  |  Added: March 03, 2008 | Visits: 8.061

MP3 EZlib Music Library/Playlist Manager EZlib is a Free MP3 Music Library and Playlist Manager Features: (1) Custom-Query on 14 ID3v2 tag fields and file dates (2) Single and mass ID3v2 tag update (3) Four user-defined, custom ID3v2 tag fields (4) Four user-defined music rating fields plus tempo (5) Pictures...


Platforms: Windows

License: Freeware Size: 2.35 MB Download (578): MP3 EZlib Music Library/Playlist Manager Download

Added: January 18, 2010 | Visits: 964

parse_conf library parse_conf library is a simple library for reading scientific initial data from configuration files. Documentation is available below. It is convenient tool that makes reading initial values for your scientific project as easy as even possiable. It has the same simple interface for C, C++ and...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (93): parse_conf library Download

Added: January 18, 2010 | Visits: 3.977

Open Clip Art Library The Open Clip Art Library is a collection of royalty free (public domain) clip art in SVG format, enhanced with creative commons metadata. It can be redistributed with free software or closed software and with various software distributions. Whats New in This Release: - The collection now...


Platforms: *nix

License: Freeware Size: 120.8 MB Download (329): Open Clip Art Library Download

1 2 3 4 5 >