Free scripts download - Matlab scripts - page 4

LATEST free Matlab script downloads

The Gravity Field of the Earth

Some of the indicators calculated are GRS80 free air anomalies, EIGEN-CG03C (an remaining topography reduction), normal gravity GRS67 and GRS80.The place of the study that was the base of the research is a region of Canada (lat:56 to 60 deg,long:-120 to -114 deg). Requirements: · MATLAB 7.6 or higher ...
Matlab

CDF for Tracy Widom Distribution of Gaussian Unitary Ensemble

The file contains a 2 x 495 matrix that can be read using the MatLab "csvread" command. Requirements: · MATLAB 7.8 or higher ...
Matlab

Bron Kerbosch Maximal Independent Set Algorithm

Maximal independent sets come in handy for certain applications. The Bron-Kerbosch algorithm is a well-known algorithm for listing all the maximal independent sets.It is used for finding maximal cliques or finding the maximal independent sets in the complementThis file is an implementation of this algorithm, geared towards data structures as MATGRAPH ...
Matlab

Intel91 fortran with MEX

There is not yet any official support for use of the latest Intel 9.1 fortran compiler with MEX. The official support is for 9.0 and requires Visual Studio/C 2003 for the linker.This MEX options file works for the latest 9.1 fortran compiler and Visual Studio 2005.The path for the compiler and ...
Matlab

MEX file template for Project Builder

This MacOS X Project Builder template can be used to easily create a MATLAB MEX-file project. Source level debugging of the MEX-files is the primary benefit of using this template. Requirements: · MATLAB Release: R13 ...
Matlab

Agilent MXA and PSA MDD Driver

The MXA and PSA Series Signal Analyzers can be controlled remotely using MATLAB by utilizing the MATLAB's Instrument Control Toolbox. In addition, the MXA Signal Analyzer can be controlled by MATLAB installed in the instrument. These are not all encompassing. These should however allow for a quick start in the process ...
Matlab

corrcof

CORRCOF computes correlation matrix of observation datas from cofactor matrix of residuals .Qvv=corrcof(A,P) INPUTS :Design Matrix (A) and Weight Matrix of observations(P).OUTPUT: The Correlation Matrix (RO) Requirements: · MATLAB Release: R13 ...
Matlab

MLE for two Normal Mixtures using EM algorithm

On line graphical presentation of parameter estimation of mixtures of two Normals defined by a Bernouli trial. Requirements: · MATLAB Release: R13 ...
Matlab

Practical FIR Filter Design in MATLAB

This tutorial white-paper illustrates practical aspects of FIR filter design and fixed-point implementation along with the algorithms available in the Filter Design Toolbox and the Signal Processing Toolbox for this purpose. The emphasis is mostly on lowpass filters, but many of the results apply to other filter types as well.The tutorial ...
Matlab

A Proposal for the Resolution of Lyapunov Matrix

These m-files allow us to get the solution of A'P PA=-Q, Lyapunov matrix equarion, by using BAck Deletion Method, or any method designeg for solving typical matrix equation of the kinf Ax=b.These m-files were developed and extensely used by author some years ago, when Matlab package did not offered the its ...
Matlab

Earth Mesh

NASA orbital image data was imported into the Mapping Toolbox, which rendered the globe. Stellar coordinates were also imported into the Mapping Toolbox. Equidistant points in the sphere were generated at 5-deg increments and Delaunay tesselated using CONVHULL. Requirements: · MATLAB Release: R13 · Mapping Toolbox ...
Matlab

Satellite View of Globe Day Night

Using the figure file satglobe, which I will upload into the MATLAB Central File Exchange shortly, you can generate fully rendered, rotatable, zoomable views of earth as seen from space. This screen capture was rendered with OpenGL, using a camera light at infinity and specified diffuse and ambient material reflectivities.The image ...
Matlab

Fly Through Animation

This animation gives a glimpse of the simulated data fly-throughs and animations made possible with MATLAB 5 by relying on features such as movable light sources and camera position, target, and angle control. You can save any MATLAB plot sequence and then play that sequence back using the movie function. Use ...
Matlab

Mars Rover Landing Animation

Animation of Mars rover landing created from telemetered data of the landing. This shows how MATLAB can be used for post test visualization of data. Requirements: · MATLAB Release: R14SP1 ...
Matlab

Maximum Drawdown

This function returns the maximum relative drawdown of time-series data, as well as the start and end indices of the period when this drawdown was experienced. Requirements: · MATLAB Release: R2007a ...
Matlab

Oceanographic Data Visualized with MATLAB

The data is three velocity and density sections (A, D, and E) showing tidal flow over an underwater sill in a fjord. The colors represent landward velocity (towards the viewer); red with the tide, blue against. Three density contours are shown by black lines. The line at the bottom of the ...
Matlab

Wind Cone Graphic

The isosurface and patch functions are used to create an isosurface of the MATLAB wind.mat data illustrating where the wind speed over North America is equal to a particular value.Cones are used to show the direction and magnitude of the wind, and streamlines trace the paths of massless particles moving through ...
Matlab

Animated Globe

The world topography map, plotted on a globe projection with height, lighting, and shading effects.Use a web browser to open the attached .anim file. Requirements: · MATLAB Release: R11 ...
Matlab

Inlining Parameters to use with xPC Target

This video shows how to inline parameters in order to tune constants with xPC Target. It uses a simple model of two constants connected to a bus. Once the model is setup and built, xPC Target Explorer is used to do the actual tuning. You can find more information in the ...
Matlab

xPC Target DOSLoader Demo

With the xPC Target Embedded Option you can use the DOSLoader mode to allow you to copy the xPC Target kernel to the target flash disk, remove the 3.5-inch disk drive, and then boot the xPC Target kernel. The target application is still downloaded from the host PC. Use this mode ...
Matlab