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

Image Filtering In Matlab freeware
Filter: All | Freeware | Demo
 

Image Filtering In Matlab

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 313

crosshatch_poly It works similar to the fill command in MATLAB.It allows multiple overlapping hatching on different polygons, and can even be used to obtain a speckled affect. It has a fair number of options for different line styles, colors, widths, and background colors Requirements: - MATLAB 7.4 or higher...



Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (55): crosshatch_poly Download

Added: May 10, 2013 | Visits: 334

mweka The GUI executes various WEKA classifiers and displays the results in MATLAB. Key features "mweka": - Command line options for running weka - Demonstrate how to change classifier option using java class (similiar to GenericObjectEditor in weka) - Read and Write ARFF file to/from MATLAB - Able to...





Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (50): mweka Download

Added: August 30, 2013 | Visits: 449

Movingslope The gradient function in Matlab allows you to compute the slope of a curve along its entire length. But if your curve is a noisy one, then gradient will also be noisy. In this event one might desire to fit a moderately low order polynomial regression model in a sliding window, then differentiate...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Movingslope Download

Added: August 26, 2013 | Visits: 744

Fast Fourier Transform Algorithm This program is open source code of fast Fourier transform in matlab.Where y is the input argument and p is the normalized size of the input. Lety = [1 2 3 4 ];x= length(y);m= log2(x);p= ceil(m);To call the function useft2(y,p);


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): Fast Fourier Transform Algorithm Download

Added: April 10, 2013 | Visits: 314

Covolution function This a good program to start with signal processing in matlab.This gives you basic idea about covolution algorithm.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Covolution function Download

Added: April 19, 2013 | Visits: 673

Nonlinear F-16 Fighter Model This ZIP file contains the nonlinear model of anF-16 fighter aircraft in MATLAB/Simulink, Both high-fidelity and low-fidelity aerodynamic data are available, taken from NASA report 1538 and "Aircraft Control and Simulation" by Lewis & Stevens.A trim function is also included.F16dyn.c and...


Platforms: Matlab

License: Freeware Size: 768 KB Download (69): Nonlinear F-16 Fighter Model Download

Added: July 31, 2013 | Visits: 254

A Star implemented in Matlab Read the main.m file. All paramters are editable by main.m. Also, the multirobot platform has not been implemented yet.


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): A Star implemented in Matlab Download

Nonlinear fitting n-dimensional data with arbitrary functions How to fit a 2D Gaussian function to noisy data in Matlab? Or data with another number of dimensions and arbitrary fit function?It took me a while to find out how Matlab does this by the functions lsqcurvefit, fmincon or fminsearch. This project demonstrates how to use these functions to fit ND...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (50): Nonlinear fitting n-dimensional data with arbitrary functions Download

Added: June 23, 2013 | Visits: 499

NelinSys The main objective of the tool is to provide better program support for design and simulation of nonlinear control systems in MATLAB/Simulink environment. It is encapsulated as a Simulink library, although besides function blocks designed for Simulink it also contains some applications designed...


Platforms: Matlab

License: Freeware Size: 1.57 MB Download (53): NelinSys Download

Added: July 06, 2013 | Visits: 420

Absolute and Comparison Analysis for Affymetrix Data We attempt to reproduce and efficiently implement in MATLAB publicly available methods of Affymetrix MAS 5 and GCOS 1.2 software that perform single-array and comparison analysis for Affymetrix data given by CEL and CDF files and create corresponding CHP data structures:1. CHP data structure is...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (41): Absolute and Comparison Analysis for Affymetrix Data Download

Added: June 12, 2013 | Visits: 491

Portfolio Optimizer Tool Files used in the Webinar: Build a Portfolio Analysis Production Application in MATLAB using Object-Oriented Programming Techniques.The focus of this demo is to introduce the design and development of a complete MATLAB application from concept through to completion. The GUI-based tool provides...


Platforms: Matlab

License: Freeware Size: 522.24 KB Download (48): Portfolio Optimizer Tool Download

Added: August 08, 2013 | Visits: 485

Accelerating Finite Element Analysis (FEA) in MATLAB Expedite the computationally intensive part of the mechanical analysis stage of a coupled electro-mechanical FEA of an electrostatically actuated micro-electro-mechanical (MEMS) device by using d-deDUparford-deDt to:1. Compute Element Stiffness2. Assemble global stiffness matrix (K) from element...


Platforms: Matlab

License: Freeware Size: 153.6 KB Download (45): Accelerating Finite Element Analysis (FEA) in MATLAB Download

Added: August 22, 2013 | Visits: 556

Optimization Tips and Tricks New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems.Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to...


Platforms: Matlab

License: Freeware Size: 92.16 KB Download (45): Optimization Tips and Tricks Download

Added: August 12, 2013 | Visits: 585

ORMA (Oligonucleotide Retrieving for Molecular Applications) ORMA (Oligonucleotide Retrieving for Molecular Applications) is a series of integrated scripts in Matlab, which performs an accurate search of all the positions able to specifically discriminate one species among homologous ones. ORMA also performs an accurate selection of high-quality...


Platforms: Matlab

License: Freeware Size: 286.72 KB Download (47): ORMA (Oligonucleotide Retrieving for Molecular Applications) Download

Added: June 21, 2013 | Visits: 354

throw body with mouse It will be toolbox in matlab for physics teachers. It will be visualization of some standart problems in mechanics, electromagnetics, quantum mechanics, thermodynamics and other. The toolbox will contain standart physics problems visualizations and usefull functions to make own physics...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): throw body with mouse Download

Added: May 28, 2013 | Visits: 427

mex_sepsq To compute the Euclidean separation (L2 norm) between two sets of points in MATLAB can be slow and/or memory-hungry. In some cases (most particularly, if you are working with 2D, 3D or 4D data), this function will do it 2-4 times faster than the fastest m-code I've seen (due to Germano Gomes) and...


Platforms: Matlab

License: Freeware Size: 71.68 KB Download (40): mex_sepsq Download

Added: June 16, 2013 | Visits: 468

Hybrid Simulator These files allow for the simulation of hybrid systems in Matlab/Simulink. This version includes examples of individual and interconnected hybrid systems where multiple hybrid systems are connected and interact. Also included is a "lite simulator" which allows for faster simulation. The Simulink...


Platforms: Matlab

License: Freeware Size: 2.21 MB Download (43): Hybrid Simulator Download

Added: June 20, 2013 | Visits: 943

DXFLib DXFLib is a library written in MATLAB that allows to create simple AutoCAD DXF files. Autocad DXF is a popular file format that can be interpreted in many CAD-related applications. AutoCAD DXF can be also converted to a PDF file containing 3D geometry using any 3D printer driver.The DXFLib...


Platforms: Matlab

License: Freeware Size: 696.32 KB Download (53): DXFLib Download

Added: June 11, 2013 | Visits: 301

Time Reversal simulation It is Time Reversal simulation in Matlab. Black circle is obstacle. Trialgle is detected obstacle position, red points is transmitters/receivers. It is 2d wave equation solution. Borders absorbs waves but not ideally so small reflection from borders exist. The waves are reflected from obstacle....


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Time Reversal simulation Download

Added: June 18, 2013 | Visits: 269

Mahotas Mahotas is a set of functions for image processing in Python. It is completely based on numpy arrays as its datatype. It has its heavy routines implemented in clean C++ in a way that is both very clean, type independent (using templates), and fast.


Platforms: Mac

License: Freeware Size: 122.88 KB Download (37): Mahotas Download

< 1 2 3 4 5