Home » Software » MATLAB

Matlab Parallel Computing Topic:  MATLAB
Download (176) times
Last Download at Monday 23rd of April 2012 12:32:14 AM

Matlab Parallel Computing

MATLAB is a computing environment that is halfway betweena programming language (where a user must do everything) and a menu-driven application (where the user only makes high level decisions). Users always have the ability to layout the precise details of an algorithm themselves. They rely on MATLAB commands to access intelligent, exible, and optimized versions of standard algorithms

MATLAB has recognized that parallel computing is necessary for scientic computation. The underlying MATLAB core and algorithms are being extended to work with parallelism. An explicit set of commands has been added to allow the user to request parallel execution or to control distributed memory.

MATLAB has developed a Parallel Computing Toolbox which is required for all parallel applications. The Toolbox allows a user to run a job in parallel on a desktop machine, using up to 4"workers" (additional copies of MATLAB) to assist the main copy. If the desktop machine has multiple processors, the workers will activate them, and the computation should run more quickly. This use of MATLAB is very similar to the shared memory parallel computing enabled by OpenMP; however, MATLAB requires much less guidance from the user.

To do local parallel programming, start MATLAB the regular way. This copy of MATLAB will be called the client copy; the extra copies created later are known as workers or sometimes as labs.

Source: people.sc.fsu.edu

Download File Read PDF Online

Comments for Matlab Parallel Computing


Related PDF Files

Fundamentals of Signals and Systems Using Matlab Supplement: MATLAB Tutorial

This tutorial is available as a supplement to the textbook Fundamentals of Signals and Sys

Matlab Quick Reference

General Purpose Commands Managing Commands and Functions addpath Add directories to MATLAB

Matlab Compiler User's Guide

This book describes version 1.2 of the MATLAB Compiler. The MATLAB Compiler takes M-files

Matlab Toolbox Quick Reference

Signal Processing Toolbox Filter Analysis abs Absolute value (magnitude). angle Phase angl

Matlab Tutorial: Basic Steps in Matlab

This tutorial will walk you through some basic steps in Matlab. Do not simply reproduce t

Incoming Search: