|
| |
| | MATLAB - Wikipedia, the free encyclopedia |
 | | MATLAB is a numerical computing environment and programming language. |  | | MATLAB is a procedural programming language (with some object-oriented programming capabilities), so it cannot automatically update variables in response to input changes as one might want for simulations or exploratory data analysis. |  | | Short for "MATrix LABoratory", MATLAB was invented in the late 1970s by Cleve Moler, then chairman of the computer science department at the University of New Mexico. |
|
http://en.wikipedia.org/wiki/MATLAB
(1266 words)
|
|
| |
| | Matlab |
 | | Matlab is a tool for doing numerical computations with matrices and vectors. |  | | The best way to learn what Matlab can do is to work through some examples at the computer. |  | | Text in bold is what you type, ordinary text is what the computer "types." You should read this example, then imitate it at the computer. |
|
http://www.math.utah.edu/lab/ms/matlab/matlab.html
(776 words)
|
|
| |
| | Matlab Tutorial |
 | | Matlab is a program that was originally designed to simplify the implementation of numerical linear algebra routines. |  | | Matlab allows a number of ways to access data files for use in a session. |  | | We show how to define a for loop and provide an example of a how it can be used to solve a problem. |
|
http://www.cyclismo.org/tutorial/matlab
(410 words)
|
|
| |
| | MATLAB at MIT |
 | | Matlab is an officially supported software package for the MIT Athena Computing Environment. |  | | Matlab is a technical computing environment for high-performance numeric computation and visualization, produced by The MathWorks Inc. It includes a number of subject specific toolboxes as well as a dynamic system simulation package, Simulink. |  | | Matlab is now available for installation on student machines (MIT certificate required) |
|
http://web.mit.edu/matlab/www/home.html
(427 words)
|
|
| |
| | Cambridge University Engineering Department - Matlab |
 | | MATLAB integrates numerical analysis, matrix computation, signal processing and graphics in an easy-to-use environment where problems and solutions are expressed just as they are written mathematically. |  | | MATLAB is a high performance interactive software package for scientific and engineering computation. |  | | Numerical Computing with MATLAB by Cleve Moler is a new online textbook |
|
http://www-h.eng.cam.ac.uk/help/tpl/programs/matlab.html
(1095 words)
|
|
| |
| | Statistical Science Web: Matlab Resources |
 | | MATLAB is an interactive software program for matrix programming and visualisation. |  | | An introduction to Matlab for first time users developed for a tutor-training course. |  | | This includes both user-contributed software and Matlab patches and so on. |
|
http://www.statsci.org/matlab.html
(257 words)
|
|
| |
| | Open Directory - Science: Math: Software: MATLAB |
 | | MATLAB - MATLAB is an integrated technical computing environment that combines numeric computation, graphics and visualization, and a high-level programming language. |  | | SOM Toolbox for Matlab - SOM Toolbox is a software library for Matlab 5 (version 5.2 at least) implementing the Self-Organizing Map (SOM) algorithm. |  | | Wavelets and Signal Processing Package for Matlab - [free] WaveLab is a library of MATLAB routines for wavelet analysis, wavelet-packet analysis, cosine-packet analysis and matching pursuit. |
|
http://dmoz.org/Science/Math/Software/MATLAB
(3243 words)
|
|
| |
| | SEA-MAT |
 | | Mooring dynamics and design tools: A MATLAB 5 package to design, analyze and model oceanographic moorings, from Richard Dewey. |  | | Float tracking software for Matlab 5 from Eurofloat. |  | | MSQUERY enables you to transfer the results of a query in the Microsoft Access 97 database program directly into your Matlab workspace using MS Windows ActiveX technology. |
|
http://woodshole.er.usgs.gov/operations/sea-mat
(1006 words)
|
|
| |
| | MATLAB Primer Second Edition |
 | | MATLAB is available for a number of environments: Sun/Apollo/VAXstation/HP workstations, VAX, MicroVAX, Gould, PC and AT compatibles, 80386 and 80486 computers, Apple Macintosh, and several parallel machines. |  | | While all computations in MATLAB are performed in double precision, the format of the displayed output can be controlled by the following commands. |  | | MATLAB works with essentially only one kind of object-a rectangular numerical matrix with possibly complex entries; all variables represent matrices. |
|
http://www.glue.umd.edu/~nsw/ench250/primer.htm
(4743 words)
|
|
| |
| | Matlab 7.2 – Mac OS X – VersionTracker |
 | | MATLAB integrates mathematical computing, visualization, and a powerful language to provide a flexible environment for technical computing. |  | | True, the interface could be far more refined, but it is certainly no worse than the PC implementation, and an argument could be made that it is better in some ways. |  | | Leveraging off of Apple's JVM support and X11, MATLAB is as capable on the Mac as any other Unix platform, perhaps more so. |
|
http://www.versiontracker.com/dyn/moreinfo/macosx/2773
(472 words)
|
|
| |
| | CTM: Matlab Basics Tutorial |
 | | Matlab is supported on Unix, Macintosh, and Windows environments; a student version of Matlab is available for personal computers. |  | | First make a time vector (the semicolon after each statement tells Matlab we don't want to see all the values) and then compute the sin value at each time. |  | | The idea behind these tutorials is that you can view them in one window while running Matlab in another window. |
|
http://www.engin.umich.edu/group/ctm/basic/basic.html
(1812 words)
|
|
| |
| | MATLAB PRIMER VERSION 2 in single file |
 | | While all computations in MATLAB are performed in double precision, the format of the displayed output can be controlled by the following commands. |  | | MATLAB works with essentially only one kind of object-a rectangular numerical matrix with possibly complex entries; all variables represent matrices. |  | | In their basic forms, these MATLAB flow control statements operate like those in most computer languages. |
|
http://www.fi.uib.no/Fysisk/Teori/KURS/WRK/mat/singlemat.html
(4208 words)
|
|
| |
| | Matlab FAQ |
 | | The second way to call MATLAB routines from your program is to use MATLAB as a computational engine. |  | | MATLAB was originally developed to be a "matrix laboratory," written to provide easy access to matrix software developed by the LINPACK and EISPACK projects. |  | | MATLAB determines the order in which patches are drawn by using the Painter's Algorithm. |
|
http://www-math.cc.utexas.edu/math/Matlab/Manual/faq.html
(13025 words)
|
|
| |
| | Matlab tutorial |
 | | The word ‘function’ is highlighted in blue and tells Matlab that we are defining a new function. |  | | First of all open up Matlab to make sure the program is installed and is working. |  | | The lines in green that start with ‘%’ are comments and are ignored by the Matlab interpreter. |
|
http://www.biomath.medsch.ucla.edu/faculty/sblower/biomath209/tutorial/MatlabTutorial.htm
(2047 words)
|
|
| |
| | Numerical Methods with MATLAB |
 | | Basic numerical methods common to many applied computing tasks are provided as MATLAB programs (m-files) that accompany the book. |  | | The book uses MATLAB, a software tool that supports both interactive computing and structured programming. |  | | Numerical Methods with MATLAB: Implementations and Applications is a textbook for third and fourth year undergraduates in engineering and science. |
|
http://www.me.pdx.edu/~gerry/nmm
(207 words)
|
|
| |
| | ODE Software for MATLAB |
 | | MATLAB has a version of this, but unfortunately only in an add on toolbox. |  | | The software has been rewritten using new features of MATLAB. |  | | There are several versions of the software available for use with various editions of MATLAB. |
|
http://math.rice.edu/~dfield
(794 words)
|
|
| |
| | Matlab Tutorial |
 | | If you don't use emacs, the Matlab emacs mode may be one reason to use it. |  | | Matlab can read PNG files and other formats without help. |  | | The following function, defined in load_images.m, is an example of how to read a bunch of images, make column vectors out of each of them, and return the result. |
|
http://ai.ucsd.edu/Tutorial/matlab.html
(1155 words)
|
|
| |
| | MATLAB Educational Web Sites |
 | | MATLAB Courses Courses in partial differential equations and computational methods by |  | | Linear Algebra course using MATLAB by David Arnold at the College of the |  | | Multivariable Calculus course using MATLAB by David Arnold at the |
|
http://www.eece.maine.edu/mm/matweb.html#as-h3-1932220
(684 words)
|
|
| |
| | Mastering MATLAB Web Site |
 | | Mastering MATLAB 6 Example Files are also available for download. |  | | Mastering MATLAB 5 Example Files are also available for download. |  | | This book is the perfect companion for MATLAB 7 with expanded chapters on programming interfaces (MEX files, the MATLAB Engine, MAT files, and Java), application integration (ActiveX, DDE, and the Notebook), and an extensively reworked 68-page chapter (Examples, Examples, Examples!) addressing vectorization, the MATLAB JIT-accelerator, profiling, and other methods of writing more efficient MATLAB code. |
|
http://www.eece.maine.edu/mm
(506 words)
|
|
| |
| | Genetic/Evolutionary Algorithms for MATLAB |
 | | Genetic and Evolutionary Algorithm Toolbox for use with Matlab |  | | Genetic Algorithm Toolbox for use with MATLAB, version 1.2 |  | | GAOT implements simulated evolution in the Matlab environment using both binary and real representations. |
|
http://www.systemtechnik.tu-ilmenau.de/~pohlheim/EA_Matlab/ea_matlab.html
(430 words)
|
|
| |
| | Matt Kawski's personal MATLAB resources, Arizona State University |
 | | Sample images computed in MATLAB showing the convergence of a Laurent expansion of a rational function. |  | | Several old MS-WORD files using MATLAB plug-in (from a 1996 linear algebra class). |  | | Send e-mail if you are interested in the implementation in MATLAB. |
|
http://math.la.asu.edu/~kawski/MATLAB/matlab.html
(2572 words)
|
|
| |
| | MATLAB Tutorial |
 | | You can access MATLAB from both UNIX computers and PCs. |  | | That is because we mapped drive "n:" but the MATLAB's startup file matlabrc.m under the matlab directory at the clamengserver may specify a search path/drive something other than "n:". |  | | As opposed to FORTRAN and other truly generally accepted high-level computer languages, which are invariably supported by multiple compiler vendors, MATLAB is the product of a single vendor, namely Mathworks. |
|
http://www.glue.umd.edu/~nsw/ench250/matlab.htm
(1746 words)
|
|
| |
| | Tutorial |
 | | It is meant to serve as a quick way to learn MATLAB and a quick reference to the commands that are used in this textbook.An easy way to learn MATLAB is to sit down at a computer and follow along with the examples given in this tutorial and the examples given in the textbook. |  | | The tutorial is designed for students using either the professional version of MATLAB (ver. |  | | For more information on MATLAB, contact The Mathworks, Inc. |
|
http://users.ece.gatech.edu/~bonnie/book/TUTORIAL/tutorial.html
(146 words)
|
|
| |
| | FastICA |
 | | The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm for independent component analysis and projection pursuit. |
|
http://www.cis.hut.fi/projects/ica/fastica
(85 words)
|
|
| |
| | MATLAB Resources |
 | | Gander and J. Hrebicek, Solving Problems in Scientific Computing Using Maple and MATLAB, 3rd edition, Springer-Verlag, New York, 1997. |  | | Donnelly, MATLAB Manual: Computer Laboratory Exercises, Saunders College Publishing, Fort Worth, TX, 1995. |  | | Van Loan, Introduction to Scientific Computing: A Matrix-Vector Approach Using MATLAB, Prentice Hall, Upper Saddle River, NJ, 1997. |
|
http://www.cse.uiuc.edu/heath/scicomp/matlab.html
(434 words)
|
|
| |
| | Matlab-Giuseppe Ciaburro |
 | | It integrates computation, visualization, and programming in an easy-to-use environment where problems and solutions are expressed in familiar mathematical notation. |  | | Tutorial online :an optimal guide for learn how to use matlab. |  | | Many scripts in Matlab for the beginners, to learn the basic of the language. |
|
http://xoomer.virgilio.it/gciabu/engl/matlab/matlab.htm
(57 words)
|
|
| |
| | MATLAB Central - Newsreader - comp.soft-sys.matlab |
 | | Speech recognition source code in Matlab or c++ |  | | An open exchange for the MATLAB and Simulink user community |  | | Chopping up a wav file and re-writing to disk error - any ideas? |
|
http://newsreader.mathworks.com
(190 words)
|
|
| |
| | tutorials.html |
 | | Tutorial 2 is intended for students who will write own computer code using MATLAB's programming language. |  | | Tutorials 3 through 6 are recommended for use in courses that are listed below. |  | | All files and examples included in these tutorials were tested on a PC (Windows 95) with the professional version of MATLAB 5.3, Release 11, installed. |
|
http://www.math.siu.edu/matlab/tutorials.html
(128 words)
|
|
| |
| | MATLAB Reference Pages |
 | | Here is a high level summary of the contents with links to a detailed outline. |  | | The information in this reference is geared toward someone just learning MATLAB. |  | | Many of the MATLAB scripts, m-files and data files used in the examples have links so that you may easily download them. |
|
http://www.me.pdx.edu/~gerry/MATLAB
(121 words)
|
|
| |
| | ECE Matlab Resources |
 | | What level of knowledge with MATLAB do you need for ECE 220? |  | | A 25-page document by Kermit Sigmond giving a short introduction to Matlab programming. |  | | A list of special data files in.mat format |
|
http://bass.gmu.edu/matlab/matlab.html
(268 words)
|
|
| |
| | Matlab Links |
 | | There is a package, developed by Andreas Wiegmann of the Lawrence Berkeley National Laboratory, that creates a moving gif file or mpeg file for movie display on a web page. |  | | This program should work with PC-based Matlab versions 4.x but does |  | | Introduction to MATLAB at the University of Washington |
|
http://math.uc.edu/~kingjt/matlab_lnk.html
(165 words)
|
|
| |
| | :: Science :: Math :: Software :: MATLAB :: People |
 | | Home :: Science :: Math :: Software :: MATLAB |  | | Web Search for Science Math Software MATLAB People - News search for Science Math Software MATLAB People - encyclopedia entries for Science Math Software MATLAB People - |  | | :: Science :: Math :: Software :: MATLAB :: People |
|
http://www.localadsearch.com/Science/Math/Software/MATLAB/People
(229 words)
|
|
| |
| | Matlab Clones |
 | | Rlab does not try to be a Matlab clone but instead, in the words of its author "borrows what I believe are the best features of the Matlab language and provides improved language syntax and semantics." For more information: |  | | Matlab has become the de facto standard for DSP system design and simulation. |  | | However, Matlab has two problems: 1) it's expensive, and 2) it costs a lot. |
|
http://www.dspguru.com/sw/opendsp/mathclo2.htm
(312 words)
|
|
| |
| | Matlab Tutorial Links |
 | | This set of tutorials won an Undergraduate Computational Science Award from the Undergraduate Computational Engineering and Sciences UCES Project, sponsored by the U.S. Department of Energy through the Ames Laboratory |  | | See Control Tutorials for Matlab for the latest version. |  | | Note: These tutorials have been completely revised and updated. |
|
http://www-personal.engin.umich.edu/~tilbury/tutorials/matlab_tutorial.html
(48 words)
|
|
| |
| | Matlab Links |
 | | These products let you use Matlab with other languages, programs, and libraries, or extend its capabilities, speed, or usefulness. |  | | These are projects, dissertations, demos, etc. using Matlab. |  | | Permission to use this document is granted so long as the author is acknowledged and notified. |
|
http://www.indiana.edu/~statmath/math/matlab/links.html
(125 words)
|
|
| |
| | CTM: Control Tutorials for Matlab |
 | | They are designed to help you learn how to use Matlab for the analysis and design of automatic control systems. |  | | You should be able to run most of the Matlab programs by copying and pasting between windows. |  | | They cover the basics of Matlab, the most common classical control design techniques (PID, root locus, and frequency response), as well as some modern (state-space) control design. |
|
http://www.engin.umich.edu/group/ctm
(316 words)
|
|
| |
| | MATLAB Guide |
 | | A BibTeX bib entry for this book is available. |  | | Lawrence F. Shampine, Jacek A. Kierzenka and Mark W. Reichelt, Solving boundary value problems for ordinary differential equations in MATLAB with bvp4c. |  | | This book makes superb use of MATLAB graphics. |
|
http://www.ma.man.ac.uk/~higham/mg
(166 words)
|
|
| |
| | CSSM MATLAB FAQ |
 | | I maintain the FAQ in texinfo format, and produce the required formats using tools like texi2html, makeinfo, and lynx. |  | | Note that this document is in no way connected with The MathWorks, the producers of MATLAB. |
|
http://www.mit.edu/~pwb/cssm
(104 words)
|
|
| |
| | Matlab References |
 | | There are lots of good WWW Links with references for Matlab. |  | | These are some documents produced by me or Chuck Swanson (Cray Research) |  | | The Matlab Primer (3rd Edition) is a 36 page Postscript document by Kermit Sigmon. |
|
http://physics.gac.edu/~huber/matlab
(78 words)
|
|
| |
| | Matlab Depot |
 | | This page is linked from the portal Mathtools.net, specifically from the MATLAB Libraries. |  | | If you want to contribute some of your M-files or have other suggestions, please e-mail. |  | | Feel free to download and use (at your own risk!) any of the following matlab functions and scripts. |
|
http://www.math.wsu.edu/math/faculty/tsat/matlab.html
(287 words)
|
|
| |
| | YOV408 Programming Resources |
 | | Speech processing (Linear Predictive Coding, Speech recognition, Speech synthesis) |  | | Looking for MATLAB source code for mp3 compression |  | | Signal Processing (Audio Libraries, Compressions, Digital Audio Processing, Digital Filters Design, Digital Image Processing, Digital Signal Processing, Feature (Variable) Selection, Fourier Analysis, Matlab, Speech processing, Wavelet Analysis) |
|
http://www.yov408.com
(676 words)
|
|
| |
| | Educational Matlab GUIs |
 | | The Discrete Convolution Demo is a program that helps visualize the process of discrete-time convolution. |  | | Requirements: Matlab 5.3 or greater (not yet tested on Macintosh) |  | | Frequency axis can be labeled in hertz or radians/sec. |
|
http://users.ece.gatech.edu/mcclella/matlabGUIs
(509 words)
|
|
| |
| | [No title] |
 | | compile MEX in MSVC IDE with MATLAB 6.0 and Visual MATLAB |
|
http://bbs.dartmouth.edu/~fangq/MATH
(11 words)
|
|
| |
| | Matlab Tutorial |
 | | Access to Matlab and ITS Matlab consulting services. |
|
http://www.utexas.edu/its/rc/tutorials/matlab
(16 words)
|
|
|