| |
|
Graphics & Visualization M-files
|
Update Link / Bad Link
|
Graphics and visualization mfiles from the MATLAB Central File Exchange.
http://www.mathworks.com/matlabcentral/fileexchange/loadCategory.do?objectType=category&objectId=105
Submitted Apr 18, 2000
Updated May 05, 2004
|
MathWorks MATLAB Gallery
|
Update Link / Bad Link
|
A collection of MATLAB generated images and associated M-files from the MATLAB Central File Exchange.
http://www.mathworks.com/matlabcentral/fileexchange/loadCategory.do?objectType=category&objectId=13
Submitted Jul 03, 1999
Updated Jan 29, 2008
by Matthew Simoneau
|
|
Animation in MATLAB
|
Update Link / Bad Link
|
One of the uses for Matlab is to make a series of calculations and plots. For example, in the
concurrent/countercurrent flow model, we wanted to calculate the amount of material after each time iteration and plot this on the screen. To do this, we had the program difflow.m.
http://physics.gac.edu/~huber/envision/matgui/animate.htm
Submitted Jul 03, 1999
Updated May 05, 2004
|
|
Creating a GUI in MATLAB 5
|
Update Link / Bad Link
|
One of the major comments that we hear about MATLAB is "I don't know how I can use it in my classroom. It is too hard for my students to use." This may be a correct comment - we don't necessarily want the students to construct a model from scratch in MATLAB, but would want them to use a previously prepared model. We can do this using Input and disp statements in a M-file which is run from the MATLAB window. A much better way is to use a Graphical User Interface (GUI) where the student just "fills in the blanks" and all of the MATLAB commands are completely hidden from the student. Creating GUI's in MATLAB Version 5 is significantly easier than in previous versions of the program. In particular, the guide program allows one to easily place controls onto a model and set their properties.
http://physics.gac.edu/~huber/envision/matgui/matgui.htm
Submitted Jul 03, 1999
Updated May 05, 2004
|
|
Export MATLAB to Word, FrameMaker, PowerPoint, the web & more
|
Update Link / Bad Link
|
Using The Graphics Connection, you can convert MatLab output into scalable vector formats such as MIF for FrameMaker, WMF for Word and PowerPoint as well as web formats SVG and CGM. TGC also generates bitmap and ascii formats. Files to be converted must be saved in PostScript or EPS before using TGC. Dynamic batch process and developer kits available.
http://www.square1.nl/index.htm
Submitted Mar 18, 2001
Updated May 05, 2004
|
|
3-d Plotting Commands
|
Update Link / Bad Link
|
In order to plot in three dimensions one need to specify a grid of points in the x-y domain; this is much like specifing the ordered pairs in the plane where points will be plotted. The Matlab command meshgrid achieves this as follows.
http://germain.umemat.maine.edu/faculty/bray/Matlab/3dplots.html
Submitted Jun 15, 2005
by MATLAB Central Admin
Updated Jun 16, 2005
|
MathWorks Virtual Reality Toolbox
|
Update Link / Bad Link
|
The Virtual Reality Toolbox extends the capabilities of MATLAB� and Simulink� into the world of virtual reality graphics. Using the standard Virtual Reality Modeling Language (VRML) technology, the toolbox allows you to create animated three-dimensional scenes that are driven from the MATLAB and Simulink environment.
http://www.mathworks.com/products/virtualreality/
Submitted Jul 03, 1999
|
|
MATLAB Graphics Plugin
|
Update Link / Bad Link
|
The MATLAB Graphics Plugin performs communications with the MATLAB graphics windows. It provides mechanisms to map MATLAB graphics or graphic metafiles to the plugin window.
http://www.esr.ruhr-uni-bochum.de/VCLab/software/MatlabPlugin/MatlabGraphicsPlugin.html
Submitted Feb 23, 2005
by ruda iulian
Updated Feb 24, 2005
|
|
sticks.m
|
Update Link / Bad Link
|
Creates stick plot. STICKS(X,MAG,THETA) makes a stick plot in the current axis where X is the position along the x-axis where each stick starts, MAG is the magnitude and THETA is the compass direction (0 is in the direction of the y-axis).
http://www.mathtools.net/files/net/sticks.zip
Submitted Aug 13, 1999
|
|
Easy Layout Managers for Handle Graphics
|
Update Link / Bad Link
|
The toolbox should be usefull to developers of MATLAB Handle Graphics GUI's. It makes writing complex resizeable GUI's easy by managing the
resize behaviour of each component you add to the GUI with definable constraints.
http://xtargets.com/cms/Tutorials/Matlab-Programming/Advanced-Layout-Management-With-Handle-Graphics.html
Submitted Apr 19, 2005
by Brad Phelan
|
|
DIVA
|
Update Link / Bad Link
|
DIVA is a utility for fast plotting and Figure Enhancing under Matlab.
http://www.mathtools.net/files/net/diva.zip
Submitted Jul 22, 1999
|
|
Matplotlib
|
Update Link / Bad Link
|
Matplotlib is a python 2D plotting library which produces publication quality figures using in a variety of hardcopy formats and interactive GUI environments across platforms.
http://matplotlib.sourceforge.net/
Submitted Jun 07, 2005
by MATLAB Central Admin
|
|
Eztools
|
Update Link / Bad Link
|
Eztools are a set of GUI controls to aid in annotating MATLAB figures. Separate portions of Eztools can be called directly from the command line, or the entire set of routines can be added to the current plot by typing 'eztools' from the command line (after the eztools directory is added to the
current path).
http://www.mathtools.net/files/net/eztools.zip
Submitted Aug 05, 1999
Updated May 05, 2004
|
|
Print Shop for MATLAB - 2-control ApS
|
Update Link / Bad Link
|
Create PDF files directly from MATLAB. Include text, matrices, tables and graphics in your reports. Use formatting (bold, italic, headers, footers, chapters, sections etc.). Customisable page layout and support for page numbers, headers and footers.
http://www.2-control.com/software/matlab/printshop/index.html
Submitted Jan 02, 2002
Updated Mar 14, 2008
|
|
flash 3d animation - surface construction
|
Update Link / Bad Link
|
flash animation of some 3d surfaces plotted in Matlab
It is actualy a mini tutoriel in french but the animations have their own language.
http://matlabcurve.googlepages.com/galeriedesurface
Submitted Dec 25, 2007
by Rahman Yussuf
Updated Dec 26, 2007
|
|
Floating Axis Plot
|
Update Link / Bad Link
|
The floatAxisX m-file enables you to plot parameters with different units on the same axes having the x-axis for the parameters "floating" below. FloatAxisY plots floating axes on the left-hand side of the plot. The number of parameters plotted is not limited.
http://www.mar.dfo-mpo.gc.ca/science/ocean/epsonde/programming.html
Updated May 05, 2004
|
|
imcircle.m
|
Update Link / Bad Link
|
The file develops an "n by n" matrix containing a solid circle of ones of diameter "n" pixels, over a background of zero pixels. Pixel positions are calculated on a nearest-fit basis, using
trigonometry. Such a circle can be an image, or part of an image, or an image mask.
http://www.mathtools.net/files/net/imcircle.zip
Submitted Aug 06, 1999
|
|
degraph.m
|
Update Link / Bad Link
|
This program can be used to capture data from a scanned graph in MATLAB format ... results in vectors new_xin, new_yin.
http://www.mathtools.net/files/net/degraph.zip
Submitted Aug 05, 1999
Updated May 05, 2004
|
|
MCAT
|
Update Link / Bad Link
|
MCAT is a MATLAB based general purpose plotting package, that plots waveforms from columns of numbers.
http://ewre-www.cv.ic.ac.uk/software/toolkit.htm
Submitted Jul 16, 1999
Updated May 10, 2005
|
|
stardust.m
|
Update Link / Bad Link
|
When the command STARDUST is issued it creates a control panel with buttons and editable parameters. By changing these, quite a few pretty pictures can be created. Basically it is a (discontinuous) mapping of a finite 2-D domain onto itself with iterations continuing while the button "Run" is "on".
http://www.mathtools.net/files/net/stardust.zip
Submitted Jul 19, 1999
|
|
fwaitbar.m
|
Update Link / Bad Link
|
Fast display of wait bar. H = FWAITBAR(X,'title') creates and displays a wait bar of fractional length X. The handle to the waitbar figure is returned in H. X should be between 0 and 1.
http://www.mathtools.net/files/net/fwaitbar.zip
Submitted Aug 13, 1999
|
|
Gnuplot Homepage
|
Update Link / Bad Link
|
Gnuplot is a portable command-line driven interactive data and function plotting utility for UNIX, IBM OS/2, MS Windows, DOS, Macintosh, VMS, Atari and many other platforms.
http://www.gnuplot.info/
Submitted Jun 02, 2005
by MATLAB Central Admin
Updated Jun 03, 2005
|
|
Robust Multi-camera Calibration
|
Update Link / Bad Link
|
We describe the formulation and MATLAB implementation of a large-scale nonlinear optimzation procedure, to calibrate an array of 128 cameras.
http://graphics.stanford.edu/~vaibhav/projects/calib-cs205/
Submitted Jun 07, 2005
by MATLAB Central Admin
Updated Jun 14, 2005
|
|
PNM Toolbox
|
Update Link / Bad Link
|
A collection of programs for reading and writing PPM (portable pixelmap), PGM (portable graymap), PBM (portable bitmap) and XBM (X11 bitmap) image files. A few other image processing and conversion tools are also included.
http://home.online.no/~pjacklam/matlab/software/pnm/index.html
Submitted Jul 02, 1999
|
|
Mplayer based video reader for Matlab on LInux
|
Update Link / Bad Link
|
This package provides a simple matlab interface with mplayer (an open source video player) to read frames from a video file on Linux. It hence supports most codecs handled by mplayer.
http://cs-people.bu.edu/tvashwin/mplayerMex/
Submitted May 23, 2006
by Ashwin Thangali
Updated May 24, 2006
|
|
MATLAB 5 plots under Linux
|
Update Link / Bad Link
|
I'll be sharing a few tips on how to get the most out of your MATLAB plots using a bunch of Linux tools and utilities.
http://www.reimeika.ca/marco/matlab/coolplots.html
Submitted Jun 08, 2005
by MATLAB Central Admin
Updated Jun 13, 2005
|
|
MATLAB interface to Partiview
|
Update Link / Bad Link
|
Ndaona is a package of Matlab functions for automatically creating visualizations of certain types, such as time-varying textured 3d scatterplots and animated networks around the planet. It does so by creating Partiview files.
http://people.cs.uchicago.edu/~dinoj/ndaona/
Submitted Sep 22, 2006
by Ned Gulley
Updated Sep 25, 2006
|
|
Spatial Analysis 3D
|
Update Link / Bad Link
|
Spatial Analysis 3D is a user-friendly, graphical user interface (GUI) that allows statistical and visual manipulations of real and simulated three-dimensional spatial point patterns. Examples of the types of analyses performed include those derived from the Delaunay tessellation associated with such spatial point patterns, and those associated with the correlation of such point patterns, including autocorrelation analysis and its derived density recovery profile, as well as the related K, F, and G-functions. The stimulus for the development of Spatial Analysis 3D has been the study of neuronal positioning within the central nervous system, but many other applications in science, engineering, statistics and mathematics should benefit from this suite of programs.
Spatial Analysis 3D is the project of a collaborative research effort between Drs. Benjamin Reese, Mary Raven, and Dan Lofgreen at the Unversity of California at Santa Barbara and Dr. Stephen Eglen at the University of Cambridge. It has been supported by a grant from the National Institute of Mental Health through the Neurotechnology Research, Development and Enhancement Program. It grew out of our efforts to quantify the regularity and simulate the patterning found in distributions of nerve cells across the retina, a structure in the central nervous system where uniformity in nerve cell spacing plays a critical role in retinal function.
http://www.nri.ucsb.edu/Labs/breese/
Submitted Oct 22, 2007
by Mary Raven
Updated Nov 09, 2007
|
|
3d Animation From Simulink
|
Update Link / Bad Link
|
3d Animation From Simulink
Written in C++ using Ogre
It is a little rough at this point but the source code is there if someone cares to improve it.
http://www.osengineer.com/scootasimulinktutorial.htm
Submitted Nov 13, 2007
by John Kollman
Updated Nov 20, 2007
|
|
|
Public Viewings and Use Policy for the MATLAB Central Link Exchange
NOTICE: This MATLAB Central portion of The MathWorks' site provides links to
other third-party World Wide Web sites or resources. If you visit one of these sites,
please note that we do not control their privacy pratices. Therefore we urge you to
learn about their privacy practices before leaving any information with them. The
MathWorks does not control the content posted on linked sites and, as such, does
not guarantee the accuarcy, integrity, or quality of such content. Read the complete Disclaimer prior to
use.
|
|