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

Creating Functions In Matlab software
Filter: All | Freeware | Demo
 

Creating Functions In Matlab

< 1 2 3 4 5 > 

Optimization with MATLAB and the Genetic Algorithm and Direct Search Toolbox M-files accompanying the " Genetic Algorithms & New Optimization Methods in MATLAB " webinar.These files provide what you need to run the two demos: Optimization of non-smooth objective function, and Optimization of a random stochastic objective function.To run the first demo run the file...



Platforms: Matlab


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: July 28, 2013 | Visits: 561

Two Dimensional Surface Fitting Program This program represents a further development of the standard powerful d-deDUnlinfitd-deDt facility already in matlab. The major problem with d-deDUnlinfitd-deDt is that it can only handle fitting of one dimensional arrays (x, y) where x is the independent variable and y is the dependent one.The...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (46): Two Dimensional Surface Fitting Program Download

Added: May 25, 2013 | Visits: 644

Estimation and Simulation of ACD models in MatLab This submission includes functions and scripts for the estimation and simulation of ACD (autoregressive conditional duration) models. The zip file includes: - Scripts and functions for Estimation of an ACD(q,p) model with exponential or weibull distribution- Scripts and functions for Simulation...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Estimation and Simulation of ACD models in MatLab Download

Added: May 20, 2013 | Visits: 406

XML utilities for MATLAB xmlread, xmlwrite and xslt are not provided in MATLAB 6.1 (R12.1), but if you've got the Report Generator installed you'll have the "Saxon" and "Xerces" JAR files which contain an XML reading/writing/transforming implementation. All you have to do is call the right Java methods. The attached...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): XML utilities for MATLAB Download

Added: May 22, 2013 | Visits: 461

Substitute Expressions in Matlab This function provides a supplement to the Matlab Symbolic toolbox to substitute and simplify long expressions. Maple does not provide this functionality.input-- Input expression that has some terms to be substituted. >> input='a^2-2b+c-3'; >> inputmode=1;Note that 'inputmode=1' indicates that...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Substitute Expressions in Matlab Download

Added: September 06, 2013 | Visits: 498

Demo files for The example is on developing an algorithm for detecting an object (green ball) in MATLAB. The demo highlights* image import (and video import)* image visualization* simple image processing* automatic report generation* GUI building* deploying stand alone applicationYou can find the recording of...


Platforms: Matlab

License: Freeware Size: 327.68 KB Download (41): Demo files for "Algorithm Development with MATLAB" Webinar Download

Added: May 02, 2013 | Visits: 431

Strategy Design Pattern in Matlab 2008b The Strategy Pattern is just one of many patterns defined by the "Gang of Four" that are commonly used in many other object-oriented programming languages.Now with Matlab 2008b we can define Interfaces and Abstract classes that can make use of many of these patterns. Not only is this good coding...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Strategy Design Pattern in Matlab 2008b Download

Matlab Face Detection using classifiers and adaptive boosting I noticed most people here used OpenCV in MATLAB and said they did face detection. Those who did it by themselves had a bunch of code that was not understandable. I made a website www.ece301.com which explains in detail my code for face detection using matlab so that people can get an idea of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 2.52 MB Download (43): Matlab Face Detection using classifiers and adaptive boosting Download

Added: June 21, 2013 | Visits: 413

gaimc : Graph Algorithms In Matlab Code While MatlabBGL uses the Boost Graph Library for efficient graph routines,gaimc implements everything in pure Matlab code. While the routines areslower, they aren't as slow as I initially thought. Since people oftenhave problems getting MatlabBGL to compile on new versions of Matlabor on new...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 645.12 KB Download (45): gaimc : Graph Algorithms In Matlab Code Download

Added: March 30, 2013 | Visits: 471

Differential equation solution A simple example for beginners in MATLAB to solve the differential eq using built in functions of differential equation solvers.Copy the files in the workspacerun "dxdt_solve"dxdt.m contains differential equation


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (55): Differential equation solution Download

Added: July 08, 2013 | Visits: 426

Counting Teeth This file demonstrates how the Cell Execution Mode is useful in creating and publishing MATLAB script M-files. Starting with a picture of a clock gear, we work step by step to determine how many teeth are on the gear. See the related News and Notes article for more information.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 143.36 KB Download (42): Counting Teeth Download

Comparison of ODE solutions found from numerical and analytic methods in MATLAB It is aimed to perform comparison analysis of numerical solution search ..% methods of 2nd order ODE. Heun's Method, Euler's method, Runge-Kutta% (MATLAB built-in solver-ODE45) and analytical solution of the given ODE.% Given an ODE: D2y+2Dy+y=exp(-t); ICs: y(0)=1; Dy(0)=2.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Comparison of ODE solutions found from numerical and analytic methods in MATLAB Download

Added: April 12, 2013 | Visits: 622

Convert Image to high-quality .eps file in Matlab Function which can convert image formats supported by Matlab to high-quality .eps file. Can be useful for use with latex.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Convert Image to high-quality .eps file in Matlab Download

Added: June 12, 2013 | Visits: 351

Thermometer Demo ThermometerDemo aldodA JFreeChart (http://www.jfree.org/jfreechart/).The code behind is just a demo of what is possible with JFreeChart using it in Matlab. I played a littlewith codesnippets I found on the web and the API-Documentation.(http://www.jfree.org/jfreechart/api/javadoc/index.html)....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (41): Thermometer Demo Download

Added: August 27, 2013 | Visits: 479

Passive Mode FTP in MATLAB FTP clients working behind a firewall often use a passive mode FTP connection to the server to avoid issues with their firewall. MATLAB's ftp object does not have passive mode capability. The attached files modify this MATLAB class to allow for this functionality. These files simply use the Java...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Passive Mode FTP in MATLAB Download

Added: June 07, 2013 | Visits: 379

Cleans Matlab syntax Matlab-invoked Perl code which cleans up syntax in Matlab code you may have downloaded or inherited: 1) gets rid of trailing commas in "switch", "case", "if and "else" statements. 2) uncrowds mathematical operators and variable names by adding spaces 3) deletes trailing semicolons in "return",...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Cleans Matlab syntax Download

Added: April 01, 2013 | Visits: 307

Curso MATLAB Curso de Programacion (COURSE OF PROGRAMMING IN MATLAB Imogene IA APPLICATIONS ANDSCIENCE)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 409.6 KB Download (45): Curso MATLAB Download

Added: June 16, 2013 | Visits: 382

Nike+ Public API/web interface in Matlab For the Matlab users who happen to have Nike+. This simple function parses the public Nike+ API.For all the Nike+ users go to your Nike+ Dashboard, click on "Runs" and look up at the address bar for your userID (its an 8 - 10 digit number).Add Nikeplus to your pathyou can invoke the API/web...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Nike+ Public API/web interface in Matlab Download

Added: June 21, 2013 | Visits: 404

Using Instrument Drivers in MATLAB Instrument Control Toolbox 2 supports industry-standard IVI and VXIplug&play drivers, as well as stand-alone MATLAB instruments drivers. This archive contains examples of using these drivers.The examples are explained in detail in the May 2005 MATLAB Digest article called "Simplify Instrument...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (50): Using Instrument Drivers in MATLAB Download

< 1 2 3 4 5 >