Listing of Multimedia in Scripts
- ps2pdf
- License: Shareware
- Price: .price.

Converts a postscript file into PDF. The resulting PDF file will contain one page for each page defined in the postscript file, so a multi-page postscript file, like those generated by using the '-append' option of MATLAB's print command, can be used to generate a multi-page PDF file.
- Publisher: Richard Quist
- Date: 18-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- same_caxis
- License: Shareware
- Price: .price.

This function will change the caxis for any number of axes to be the same. This is accomplished by simply changing the caxis for each axes handle to range from the minimum of all caxis to the maximum of all caxis..
- Publisher: Nicholas Lederer
- Date: 18-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- saveSameSize
- License: Shareware
- Price: .price.

SAVESAMESIZE print/export figure (h) at same size as on screen. SAVESAMESIZE will adjust printing/exporting related properties so the figure (h) will print/export the same size as the onscreen display. It will print/export the figure and then restore the changed properties to the original values saveSameSize accepts some optional parameter-value pairs.
- Publisher: Richard Quist
- Date: 18-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- tick2text: create easy-to-customize tick labels
- License: Shareware
- Price: .price.

This function creates text objects that mimic x, y, and z tick labels, while the original tick labels are removed. The text object format allows more modification (such as color, rotation, etc) than the original tick labels, and also allows TeX strings to be utilized in tick labels.
- Publisher: Kelly Kearney
- Date: 18-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- resize_legend
- License: Shareware
- Price: .price.

Changes LEGEND fontsize while maintaining proper alignment between the legend's text strings and line symbols. Example: Double the fontsize hLeg = legend(h,'string1','string2',...); resize_legend(hLeg, 2); See graphics snapshot below for a DEMO..
- Publisher: Denis Gilbert
- Date: 18-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Simulating Photoshop's magic wand tool
- License: Shareware
- Price: .price.

The function (written entirely in MATLAB) allows the selection of connected pixels whose colors are within a defined tolerance of reference pixels..
- Publisher: Son Lam Phung
- Date: 18-06-2013
- Size: 133 KB
- Platform: Scripts, Matlab
- Meeting Room Scheduler System
- License: Freeware
- Price: 0.00

Meeting Room Scheduler System is a free open-source application that provide you a easy way to book/schedule meetings, rooms, video conferences, all via WEB. Multi-language support: English, Portuguese, German and Catalan..
- Publisher: Anonymous
- Date: 18-06-2013
- Size: 154 KB
- Platform: Scripts, PHP
- venn
- License: Shareware
- Price: .price.

VENN Plot 2- or 3- circle area-proportional Venn diagram VENN offers the following advantages over the VennX function available on the FEX: 1) It's much faster 2) Draws venn diagram as patch objects, allowing much greater flexibility in presentation (edge/face colors, transparency, etc.
- Publisher: Darik
- Date: 18-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Web Video Encoder
- License: Freeware
- Price: 0.00

Web Video Encoder makes it quick and easy to generate flv then upload via ftp and output HTML Script. It can be used as a web based app (php) or a win32 (python)..
- Publisher: James Corbett
- Date: 18-06-2013
- Size: 20521 KB
- Platform: Scripts, PHP
- plotstamp
- License: Shareware
- Price: .price.

Are you tired of manually adding the date and the name of the m-file used to create your plots manually? Well, plotstamp is for you. Plotstamp.m will add the date and m-file name to the right hand side of your plots..
- Publisher: W Johnson
- Date: 17-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- LineManipulator
- License: Shareware
- Price: .price.

The originally intended use is to give the user of a gui the opportunity to create his own function/dataset which can be fetched from the X/YData of the line object after it has been changed. The function adds a few callbackfunctions to the figure that contains the line object.
- Publisher: Thomas Otterstaetter
- Date: 17-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Making MATLAB Swing
- License: Shareware
- Price: .price.

A collection of MATLAB classes that provide support for TabbedPanes, SplitPanes, SideBars, Accordions etc within MATLAB. Both MATLAB and Java Swing graphics can be added to the containers. Add the waterloo folder to your MATLAB path and run waterloodemo at the MATLAB prompt to see its features.
- Publisher: Malcolm Lidierth
- Date: 17-06-2013
- Size: 317 KB
- Platform: Scripts, Matlab
- Is this MATLAB or Octave?
- License: Shareware
- Price: .price.

UIMATLAB returns true if the function is called from matlab, and false otherwise. UIOCTAVE returns true if the function is called from octave, and false otherwise. Using these functions, one is able to execute different parts of the code depending on what engine is performing the operations.
- Publisher: ioxv.4623
- Date: 17-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Paste a Matlab figure to Excel
- License: Shareware
- Price: .price.

This Function takes the current Matlab figure (gcf) and paste it into an existing Excel File. Example: plot(1:10) xlsPasteTo('Book2','Sheet1',300, 400,'D6').
- Publisher: Tal Shir
- Date: 17-06-2013
- Size: 102 KB
- Platform: Scripts, Matlab
- Prony Toolbox
- License: Shareware
- Price: .price.

We have designed a software tool in MATLAB, the Prony Toolbox, to perform Prony analysis. Prony Toolbox (PTbox) is designed based on several considerations including data preprocessing, model order selection, model order selection criteria, signal subspace selection, signal and noise separation, root inspection and assessing residuals.
- Publisher: Satnam Singh
- Date: 17-06-2013
- Size: 686 KB
- Platform: Scripts, Matlab
- Icons Toolbox
- License: Shareware
- Price: .price.

Icons Toolbox is a set of tool that enables you to simple create MATLABâ„¢ format icons from BMP, PNG, JPEG or GIF images and manipulate these icons in order to incorporate them in a GUI. There are 3 tool for the moment: 1- Icons generation tool: MATLAB icons generation from images 2- Icons display tool: visualisation of generated MATLAB icons 3- Icons dimensioning tool: use to incorporate icons on pushbuttons, place them wherever you want on the button and test it.
- Publisher: Thomas Montagnon
- Date: 17-06-2013
- Size: 809 KB
- Platform: Scripts, Matlab
- Polynomial functions analysis with Symbolic Math and GUIDE
- License: Shareware
- Price: .price.

Based on Symbolic Math functions and GUIDE flexibility, this software help to solve easily polynomial functions analysis.User just enter polynomial functions like f(x)/g(x) with f(x) = ax^n + bx^(n-1) + ... C and g(x)= a1x^n + b1x^(n-1) + ... D ; n in N.
- Publisher: Constantin Drabo
- Date: 17-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Advance Resistance Calculator
- License: Shareware
- Price: .price.

Advance Resistance Calculator is a tool for calculating the resistances of four band and five band resistors. Basically it is built in GUIDE, which gives friendly user interface and enables the user to enter the resistance band values easily. Answer also includes the tolerance value of the respective resistor.
- Publisher: Yawar Rehman
- Date: 17-06-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- uitabpanel
- License: Shareware
- Price: .price.

This is a complete implementation of TabPanel for MATLAB, which offers a consistent look and feel to the builtin MATLAB UI objects. Two types of tabpanels are implemented. The first type is the usual tabpanel with tabs positioned on left/center/right top/bottom in relation to the visible panel.
- Publisher: Shiying Zhao
- Date: 17-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Spider (radar) Chart
- License: Shareware
- Price: .price.

Takes a numeric verctor and cell string vector and plots a spider chart (One data set is allowed).
- Publisher: Tal Shir
- Date: 17-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Doom
- License: Shareware
- Price: .price.

Does the key combination WASD sound familiar to you? Did you ever look over the shoulder of your half-grown son, when he played his latest ego-shooter? Would you expect him to intuitively explore 3D data in Matlab much faster than you could ever do - with your good old 'zoom', 'pan', and 'rotate' buttons? The next-generation engineer will use the 3D control scheme he has grown up with: Mouse : Look up/down/left/right 'w' : Move forward 's' : Move backward 'a' : Move left 'd' : Move right 'Space' : Move up 'Ctrl' : Move down 'Shift' : Accelerate movement 'm' : Toggle up/down 'q' : Toggle mouse motion capture 'Esc' : Close figure Example: z = peaks; surf (z) axis off doom.
- Publisher: Joerg Buchholz
- Date: 17-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- SelectDatesAndSecs
- License: Shareware
- Price: .price.

SelectDatesAndSecs a GUI for selecting dates and items See Also msgbox errordlg warndlg dlgbox msgbox, helpdlg, questdlg, warndlg okdlgwithedit okdlgwithlistbox selectbox questdlgwithgrid Key words dialog error box window Warning message ok It's not fancy, but it works.
- Publisher: Michael Robbins
- Date: 17-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Generate .m-file code for any MATLAB variable
- License: Shareware
- Price: .price.

Have you ever tried to inspect and modify deeply nested struct/cell variables? Of course, MATLABs variable editor will help to visualise these variables. However, to create such a variable automatically or to change some of the deeply nested fields routinely this submission may be useful.
- Publisher: Volkmar Glauche
- Date: 17-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- JButtonDemo
- License: Shareware
- Price: .price.

A MATLAB version of "How to use buttons" of the Java Tutorial.The shortcoming of PURE Java interface can't appear normally after being compiled into an EXE by the Compiler has been successfully overcome ..
- Publisher: Qun HAN
- Date: 17-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Edit plotted data with mouse
- License: Shareware
- Price: .price.

There are 2 programs included. "edit_1d_data.m" is the GUI interface for "draw_edit.m" program. You can edit the plotted 1-D data by picking any point on the curve and moving the mouse freely. While the usage is limited, these programs demonstrated how to write GUI and handle mouse movement in old MATLAB versions.
- Publisher: Jimmy Shen
- Date: 16-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MyPiano Script
- License: Freeware
- Price: 0.00

MyPiano 3.0 is a simple piano developed in C using graphics functions.By using this piano,user can play,record music etc. Features: - Improved Graphics Quality - Mouse enabled window controls - Ease of use - Windows like interface provided. - Exciting controls - Mini Window Included (Shows whats happening in your piano) - Permanent skin control settings * System lock facility(Password) - Frequecy graph & 2D spectrum - Log file tracing,viewing and clearing facility from program.
- Publisher: Renjith Mathew Joseph
- Date: 16-06-2013
- Size: 72 KB
- Platform: Scripts, C and C plus plus
- units_gui1
- License: Shareware
- Price: .price.

To automatically convert from one units base to another, select the conversion type from the pull down menu box. Input the magnitude of the input units in the text box in the inputs section. Select the input units in the list box in the inputs section.
- Publisher: John Wetters
- Date: 16-06-2013
- Size: 348 KB
- Platform: Scripts, Matlab
- chcolor
- License: Shareware
- Price: .price.

Changes the color of each curve in current axis to different color. Uses 6 different color which are looped. All curves with the property of color are changed..
- Publisher: Juha Koivisto
- Date: 16-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Bdisc - PHP Music Collector for Music and Sound
- License: Freeware
- Price: 0.00

Bdisc - PHP Music Collector is a complete Web Based software suite, written in php, to organize music collections, with major details, such as track length, a web info page, an author web page, lyrics and much more..
- Publisher: ghost_voice
- Date: 16-06-2013
- Size: 92 KB
- Platform: Scripts, PHP
- Euler/Fixed Angles Properties
- License: Shareware
- Price: .price.

Easy to use GUI that gives Euler angles for different rotation matrices and gives rotation matrices for different Euler angles. Also it animates the angle rotations one by one for more understanding..
- Publisher: Husam Aldahiyat
- Date: 16-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab


