Software Listing of Author : "Thomas Montagnon"
- Graphical Points Selection
- License: Shareware
- Price:


This GUI implements a graphical selection feature that enables you to select on an axes the points on which you want to apply a specific treatment. This demo heavily uses the nested functions and function handles. The GUI creation commands have been generated using the "Convert FIG to M" function available on MATLABâ„¢ Central File Exchange.
- Publisher: Thomas Montagnon
- Date Released: 06-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Icons Toolbox
- License: Shareware
- 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 Released: 17-06-2013
- Download Size: 809 KB
- Download
- Platform: Matlab, Scripts
- Interactive Data Navigation Pane Widget
- License: Shareware
- Price:


This widget will give you access to one of the most common task you have to perform when you manipulate large data sets: Selecting within this large data set what portion of data you want to work on. This easy to use widget will enable you to: - Interactively define the section of your data set you want to work on. To do so you just have to drag and drop cursors that define the limits of your section - Automatically execute callbacks when you start dragging one of the cursors, while you are dragging the cursor and when you release the cursor See the demo_uiHistory.m file for a preview of how to use this widget.
- Publisher: Thomas Montagnon
- Date Released: 25-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Multiple Cursors
- License: Shareware
- Price:


MYCURSORS creates as many cursors as you want on an axes. Cursors can be tricky to implement and handle. This function will help you to simply add multiple cursors on an axes. EXAMPLE: Take a look at the example cursor_demo() to see how you can implement cursors using MYCURSORS. USE: FH = MYCURSORS(VARARGIN) add cursor on an axes. VARARGIN can contain 0, 1 or 2 elements: 1) First input is the handle of the axes on which you want to create the cursor. Default value is the current axes (GCA) 2) Second input is the color of the cursor. Default value is red ('r' or [1 0 0]) FH is a structure containing function handles that enable you to manipulate the cursor. FH structure looks like: FH.add(XPOS) : Adds a cursor on the same axes at the position x = XPOS. XPOS is facultative. Default value is the middle of the axes....
- Publisher: Thomas Montagnon
- Date Released: 20-06-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Multiple Plot
- License: Shareware
- Price:


multiplot - 2D-line plots on several axes with common x-axis multiplot(XDATA,YDATA,'PropertyName',PropertyValue,...) plots the data stored in the cell arrays XDATA and YDATA in several subplots with a common x-axis. multiplot also links all generated axes in order to synchronize the zoom along the x-axis. See below for a description of each argument. LINES = multiplot(XDATA,YDATA,'PropertyName',PropertyValue,...) performs the actions as above and returns the handles of all the plotted lines in a cell array which has the same length as XDATA. [LINES,AXES] = multiplot(XDATA,YDATA,'PropertyName',PropertyValue,...) performs the actions as the first syntax and returns the handles of all the plotted lines in a cell array which has the same length as XDATA and all the axes handles in a double array. Required inputs and descriptions: XData...
- Publisher: Thomas Montagnon
- Date Released: 27-06-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- MULTIPLOT2 - Multiplot version for version prior to R2007a (do not use inputParser)
- License: Shareware
- Price:


multiplot - 2D-line plots on several axes with common x-axis multiplot(XDATA,YDATA,'PropertyName',PropertyValue,...) plots the data stored in the cell arrays XDATA and YDATA in several subplots with a common x-axis. multiplot also links all generated axes in order to synchronize the zoom along the x-axis. See below for a description of each argument. LINES = multiplot(XDATA,YDATA,'PropertyName',PropertyValue,...) performs the actions as above and returns the handles of all the plotted lines in a cell array which has the same length as XDATA. [LINES,AXES] = multiplot(XDATA,YDATA,'PropertyName',PropertyValue,...) performs the actions as the first syntax and returns the handles of all the plotted lines in a cell array which has the same length as XDATA and all the axes handles in a double array. Required inputs and descriptions: XData...
- Publisher: Thomas Montagnon
- Date Released: 15-02-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- MULTIPLOTc
- License: Shareware
- Price:


multiplot - 2D-line plots on several axes with common x-axis multiplot(XDATA,YDATA,'PropertyName',PropertyValue,...) plots the data stored in the cell arrays XDATA and YDATA in several subplots with a common x-axis. multiplot also links all generated axes in order to synchronize the zoom along the x-axis. See below for a description of each argument. LINES = multiplot(XDATA,YDATA,'PropertyName',PropertyValue,...) performs the actions as above and returns the handles of all the plotted lines in a cell array which has the same length as XDATA. [LINES,AXES] = multiplot(XDATA,YDATA,'PropertyName',PropertyValue,...) performs the actions as the first syntax and returns the handles of all the plotted lines in a cell array which has the same length as XDATA and all the axes handles in a double array. Required inputs and descriptions: XData...
- Publisher: Thomas Montagnon
- Date Released: 05-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- TMOTUS
- License: Freeware
- Price: 0.00


TMOTUS - MATLAB Game TMOTUS is the Matlab version of the word game MOTUS How to launch TMOTUS: >> tmotus TMOTUS lets you play with english or french words. When you launch the game it will ask you to choose the language in which you want to play, then the length of the words you will have to find and the number of tests you will be allowed for each word. You can also launch TMOTUS with arguments. In this case you won't be ask for the configuration of the game.
- Publisher: Thomas Montagnon
- Date Released: 12-06-2013
- Download Size: 154 KB
- Download
- Platform: Matlab, Scripts

