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

Matlab Function software
Filter: All | Freeware | Demo
 

Matlab Function

1 2 3 4 5 > 

VIDEO TUTORIAL: Serial communication (TX and RX) using SERIAL Matlab function VIDEO TUTORIAL: Serial communication (TX and RX) using SERIAL Matlab function. For Bluetooth and RS-232 devices applications. (Narration in Spanish).



Platforms: Matlab


Added: May 22, 2013 | Visits: 526

Cornu spiral_Fresnel Integral Fresnel sine and cosine integrals should be done with quadl matlab function.





Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Cornu spiral_Fresnel Integral Download

Added: April 08, 2013 | Visits: 429

xlsdate.m xlsdate is a MATLAB function that converts a MS Excel date to the year, month and day. It does the exact same thing as [y,m,d] = datevec(date+697560).


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): xlsdate.m Download

Added: July 08, 2013 | Visits: 485

MATLAB function list Writes to file a sorted list of MATLAB functions for all MathWorks products installed on the machine (that the function is executed on). Denotes which functions are built-in to help with syntax highlighting.


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): MATLAB function list Download

Added: June 03, 2013 | Visits: 437

Creating function files with a header template It creates an m-file for a matlab function and populate with a header template describing the purpose of the function, the input and output parameters, and other relevant information.In addition, it inserts information related to the author of the file: username, display name, computer name,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Creating function files with a header template Download

Added: August 30, 2013 | Visits: 626

Arithmetic code to encode a string of char It is a matlab function that codes a string of char with Arithmetic coding.res=arithmetic_code(alphabet, distr_pr, string)'alphabet' is a vector that contains the char used in the string 'string'; 'string' is the string to codify; 'distr_pr' is the probability distribution of the alphabet's...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Arithmetic code to encode a string of char Download

Function to Convert between DCM, Euler angles, Quaternions, and Euler vectors SpinCalc is a consolidated matlab function that will convert any rotation data between the 4 types included. Will also convert between 2 different Euler angle set types.Multiple orientations can be input. For N orientations:DCM ===> 3x3xN multidimensional arrayEA### ===> Nx3 matrixEuler Vectors...


Platforms: Matlab


Added: September 02, 2013 | Visits: 422

Generalized Objective Function In order to optimize any MATLAB function, there are two options: 1) rewrite the function to take only 1 array of inputs, reading all others from a file, perhaps, or from a global variable (undesirable), or 2) write an interface layer that handles this.This function provides an interface layer...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Generalized Objective Function Download

Added: June 03, 2013 | Visits: 558

Linear equation system 'Ax=r' by Gauss elimination method This Matlab program Solve N-equation with Gauss elimination method and check results with Matlab Function.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Linear equation system 'Ax=r' by Gauss elimination method Download

Added: May 20, 2013 | Visits: 375

Update twitter status Using a MATLAB function update your status in Twitter.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Update twitter status Download

Added: August 15, 2013 | Visits: 315

Recursive HYPOT Function for Multiple Inputs Extension of the built-in MATLAB function hypot for multiple inputs.MATLAB provides a function called hypot to calculate sqrt(abs(A).^2 + abs(B).^2) in a robust way to avoid underflow and overflow (see http://www.mathworks.com/help/techdoc/ref/hypot.html and http://en.wikipedia.org/wiki/Hypot)....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Recursive HYPOT Function for Multiple Inputs Download

Added: May 10, 2013 | Visits: 626

Fourier Series Calculator It tries to approximate a f(x) function with a m term Fourier series, using the quad MATLaB function. Requirements: - MATLAB 7.1.0 or higher


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

License: Freeware Download (61): Fourier Series Calculator Download

Added: September 05, 2013 | Visits: 462

Newton - Raphson method It is a Matlab function that determines the zero of a regular real function.zero=newton_raphson(function,error)The function has two input variable: 'function' is a string that represents the function of which find the relative zero. It must be expressed with the real variable 'x'. 'error' is the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Newton - Raphson method Download

Added: March 23, 2013 | Visits: 559

Ideal Rankine Cycle Using Builder for Java This demo uses MATLAB Builder for Java to create a Java component from a MATLAB function rankine.m. A graphical user interface (GUI) was created in Java which calls into the MATLAB created component to compute the thermodynamic properties of an Ideal Rankine cycle.One point of interest in this...


Platforms: Matlab

License: Freeware Size: 122.88 KB Download (44): Ideal Rankine Cycle Using Builder for Java Download

Added: April 07, 2013 | Visits: 434

varargServlet This demo uses MATLAB Builder for Java to create a Java component from a MATLAB function varargexample.m. A Java Servlet was created which calls into the MATLAB created component to display a plot of the arguments specified. The plot is displayed in the web page using Web Figures feature of...


Platforms: Matlab

License: Freeware Size: 153.6 KB Download (45): varargServlet Download

Added: September 05, 2013 | Visits: 403

Trimmed Spearman-Karber method The MATLAB function in TSK.m analyzes a dose-response curve and calculates the median dose (for instance, the lethal dose for 50% of the population (LD50)) using the Trimmed Spearman-Karber method. This is an alternative to dose-response analysis methods such as probit and logit methods. It does...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (60): Trimmed Spearman-Karber method Download

Added: September 15, 2013 | Visits: 627

View Factors View factor is a MATLAB function that uses the CDIF (contour double integral formula) to calculates view factors between planar surfaces(polygons), no matter what are the shape and the orientation of the two figures.All you need to enter is the coordinates of the vertices that define the outlines...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): View Factors Download

Added: July 05, 2013 | Visits: 440

Peak Fitter A command-line peak fitting program for time-series signals, written as a self-contained Matlab function in a single m-file. Uses an non-linear optimization algorithm to decompose a complex, overlapping-peak signal into its component parts. The objective is to determine whether your signal can be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Peak Fitter Download

Added: June 12, 2013 | Visits: 275

Plot wavelet image (2D) decomposition This function plots the result of wavedec2 matlab function in two different modes. The first one called 'tree' displays all approximations and details coefficients (horizontal, vertical, diagonal), the second one called 'square' displays the classical "squared" representation of a wavelet image...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Plot wavelet image (2D) decomposition Download

Added: April 12, 2013 | Visits: 337

CMBFAST Wrapper Routines CMBFAST is a Fortran code developed by U. Seljak and M. Zaldarriaga for calculating cosmic microwave background anisotropy, polarization, and matter power spectra. (See http://cmbfast.org for more information). This Matlab function is intended only to be a wrapper routine to simplify calling the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): CMBFAST Wrapper Routines Download

1 2 3 4 5 >