| MATLAB GUI |
|
Learn how to build a MATLAB GUI. Resources include videos, examples, and documentation covering the interactive GUIDE tools and programmatic development of MATLAB GUIs. Submitted: Dec 01, 2011
|
| MathWorks MATLAB Gallery |
|
A collection of MATLAB generated images and associated M-files from the MATLAB Central File Exchange. Submitted: Jul 03, 1999
|
| MathWorks Virtual Reality Toolbox |
|
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. Submitted: Jul 03, 1999
|
| Graphics & Visualization M-files |
|
Graphics and visualization mfiles from the MATLAB Central File Exchange. Submitted: Apr 18, 2000
|
| Animation in MATLAB |
|
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. Submitted: Jul 03, 1999
|
| Creating a GUI in MATLAB 5 |
|
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. Submitted: Jul 03, 1999
|
| density.m |
|
2-D probability density plot. Submitted: Aug 05, 1999
|
| 3D graphs and other graphics capabilities |
|
3D Plotting, Colormaps & Visibility, and Adding Text, Submitted: Jun 08, 2005
|
| Graphic User Object (GUO) Toolbox |
|
Programming tool for creating reusable Graphic User Interface (GUI) components. Submitted: Jul 19, 2004
|
| MATLAB 3D point plotting utilities |
|
Utilities to help plot 3d points in MATLAB Submitted: Jun 08, 2005
|
| MATLAB Graphics Plugin |
|
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. Submitted: Feb 23, 2005
|
| Colorbar for Filled Contour Plots |
|
Produces a colorbar for a filled contour plot with the appropriate colors and tick marks. Submitted: Jul 02, 1999
|
| sticks.m |
|
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). Submitted: Aug 13, 1999
|
| Easy Layout Managers for Handle Graphics |
|
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. Submitted: Apr 19, 2005
|
| Eztools |
|
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). Submitted: Aug 05, 1999
|
| flash 3d animation - surface construction |
|
flash animation of some 3d surfaces plotted in Matlab It is actualy a mini tutoriel in french but the animations have their own language. Submitted: Dec 25, 2007
|
| Matplotlib |
|
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. Submitted: Jun 07, 2005
|
| DIVA |
|
DIVA is a utility for fast plotting and Figure Enhancing under Matlab. Submitted: Jul 22, 1999
|
| Plotting operations and MATLAB graphics |
|
CHAPTER 1: INTRODUCTION INTO MATLAB COMPUTING Lecture 1.5: Plotting operations and MATLAB graphics Submitted: Jun 08, 2005
|
| Floating Axis Plot |
|
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. Submitted: Sep 21, 2000
|
| imcircle.m |
|
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. Submitted: Aug 06, 1999
|
| degraph.m |
|
This program can be used to capture data from a scanned graph in MATLAB format ... results in vectors new_xin, new_yin. Submitted: Aug 05, 1999
|
| fwaitbar.m |
|
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. Submitted: Aug 13, 1999
|
| ffgrid.m |
|
Fast 'n' Furious data gridding. Submitted: Aug 05, 1999
|
| MCAT |
|
MCAT is a MATLAB based general purpose plotting package, that plots waveforms from columns of numbers. Submitted: Jul 16, 1999
|
| stardust.m |
|
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". Submitted: Jul 19, 1999
|
| Gnuplot Homepage |
|
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. Submitted: Jun 02, 2005
|
| MATLAB 5 plots under Linux |
|
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. Submitted: Jun 08, 2005
|
| Robust Multi-camera Calibration |
|
We describe the formulation and MATLAB implementation of a large-scale nonlinear optimzation procedure, to calibrate an array of 128 cameras. Submitted: Jun 07, 2005
|
| PNM Toolbox |
|
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. Submitted: Jul 02, 1999
|
| Flickr photos tagged "matlab" |
|
This is a collection of all the photos submitted to Flickr.com that have been tagged "matlab". Submitted: Nov 14, 2005
|
| Mplayer based video reader for Matlab on LInux |
|
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. Submitted: May 23, 2006
|
| 3d Animation From Simulink |
|
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. Submitted: Nov 13, 2007
|
| Spatial Analysis 3D |
|
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. Submitted: Oct 22, 2007
|
| MATLAB interface to Partiview |
|
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. Submitted: Sep 22, 2006
|
| Displaying Bit-Mapped Images |
|
Overview, Images in MATLAB, Image Types, Working with 8-bit and 16-bit Images, Displaying Graphics Images, The Image Object and Its Properties, Printing Images, and more. Submitted: Jun 06, 2005
|
| Photoshop + MATLAB = art |
|
One of the sleeper features making its debut in Photoshop CS3 Extended is its ability to interface with MATLAB, the number-crunching toolkit from Mathworks. The capability was added for developers & technical users, but now it's been turned to art. Dr. Woohoo (aka Drew Trujillo) has created Color Combinatorics, integrating the two apps in pursuit of beautiful color harmonies. Submitted: Apr 22, 2009
|
|