Changes between Version 26 and Version 27 of UvmatHelp
- Timestamp:
- Jun 2, 2013, 11:23:37 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UvmatHelp
v26 v27 27 27 The present on-line file is the reference document for the version currently available on the svn server. It is accessible within Matlab by help buttons in the GUIs. 28 28 29 A short comment about each GUI uicontrol (push buttons, edit boxes, menus..), as well as the tag name of this uicontrol, is provided as a tool tip window by moving the mouse over it. In the present help document, the tags of GUI uicontrols are quoted as '''[uicontrol tag]''', names of files in the package are quoted as ''fct name.m'', and commands on the Matlab workspace as '>> command’ 29 A short comment about each GUI uicontrol (push buttons, edit boxes, menus..), as well as the tag name of this uicontrol, is provided as a tool tip window by moving the mouse over it. In the present help document, the tags of GUI uicontrols are quoted as '''[uicontrol tag]''', names of files in the package are quoted as ''fct name.m'', and commands on the Matlab workspace as '>> command’. Features not yet implemented or tested (in particular 3D features) are marked by **. 30 30 31 31 Information is also provided as comments in each function. Type '>>help fct_name' to get it, or open it with an editor. … … 36 36 Copyright Joel Sommeria, 2008, LEGI / CNRS-UJF-INPG, joel.sommeria@legi.grenoble-inp.fr. 37 37 38 39 40 38 The package UVMAT is free software; it can be redistributed and/or modified it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 39 40 UVMAT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License (file {COPYING.txt}) for more details. 41 41 42 42 == 2 Overview of the GUI uvmat.fig == 43 43 === 2.1 Opening the GUI === 44 44 Type '>>uvmat' in the Matlab prompt to display the GUI. If the function is unknown by Matlab, add the appropriate path (see the Matlab command '>>help path'). When the GUI is opening, the date of last modfication is displayed in the central window. During opening, the program checks the Matlab path to all the functions of the package (using the function {check_functions.m}). If a function is missing, or if it is overridden by a function with the same name at another path location, a message is displayed in the central window at the opening of the GUI '''uvmat.fig'''. Finally, if the svn server is availlable, the latest version number of the uvmat package is indicated (if line-command version of svn is available). 45 45 46 46 <img55|center> … … 50 50 Each of theses graphic elements is described by a tag name, which can be displayed by moving the mouse over it: a tool tip window appears with the tag name followed by a short help description. The element tag and content can be also displayed in a zoom window, and possibly edited there, by a right hand mouse selection on the element. As a rule, tag names for checkboxes begins by 'Check', while tags of elements with numerical content begins by 'num_'. 51 51 52 The red pushbuttons command the main actions. The ir color changes to yellow while they areactive.52 The red pushbuttons command the main actions. The color of pushbuttons or other elements turns to yellow while their callback is active. 53 53 54 54 === 2.2 The menu bar ===