Softpedia
 


SCRIPTS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Peardrop CMS 0.2.3
  • CommaFeed 0.0.1
  • Squash
  • Pick-a-Color 1.1.5
  • MVIS Security Center 1....
  • EasyZoom 1.0.3
  • jQueryGantt
  • IMDBPHP 2.1.8
  • Dynamic WordPress Form ...
  • PathFinding.js 0.4.1
  • Home > Scripts > Development Tools

    DOTNOT - Dot Notation

    download button


    Downloads: 614  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.0/5)
    20 user(s)
    Developer:

    Website:

    License / Price:

    Platforms:

    Databases:

    Language:

    Last Updated:

    Category:
    Peter Rydesater | More scripts
    www.mathworks.com
    Freeware 

    Windows / Linux / Mac OS / BSD / Solaris
    N/A
    Matlab
    October 15th, 2007, 06:51 GMT
    C: \ Development Tools

     Read user reviews (0)  Refer to a friend  Subscribe

    DOTNOT - Dot Notation description

    DOTNOT - Dot Notation implements a replacement interface to GET/SET for graphic/gui options.

    DOTNOT - "Dot Notation" toolbox to replace set/get with simpler syntax.

    This Toolbox implements a replacement to the calls set/get that make your code easier write and understand. Especially if you write GUIs and advanced plots. The main intention is to show how this kind of notation can look in MATLAB rather than making a proper implementation.

    What do you think? I will not give any support on this BetaBetaDemoVersion ;-)Some one interested in turning this to a real implementation? Take it!

    First of all before using this: "addpath" to the .../dotnot/ folder!!!

    ====I will explain the differens with some examples===

    Move mouse pointer 10 pixels to the right, Classic and dotnot examples:

    set(0,'PointerLocation',get(0,'PointerLocation') [0 10]);

    Root.PointerLocation=Root.PointerLocation [10 0]

    Move poiner to middle of screen,, Classic and dotnot examples:

    si=get(0,'ScreenSize');
    set(0,'PointerLocation',si(3:4)/2);

    Root.PointerLocation=Root.ScreenSize(3:4)/2;

    'Root' corresponds to handle 0 in MATLAB. In this toolbox you must create a 'dotnot' object of the handle first before using 'dotnot' notation. If MathWorks implemented it they could easily make things much better than I can. For example could they make 'Root' to a "auto global" object without need of creating it in every function/workspace. You create a handle object with the object constructor:

    Root=dotnot(0); % Its good to always create the Root object.
    dotnot % Or do the same with this syntax.
    Fig123=dotnot(1,2,3); % Create one handle to figure 1, 2 and 3.

    Root.Children.Color='Green'; % Change color of all figures.

    Fig123.Color='Green'; % Change color of figure 1 2 and 3

    posmtx=Fig123.vcat.Position % Get nice array of all window position.
    Fig123.Position(4)=160 % Change width of all three figures.
    Fig123.delete; % Delete all windows.

    Fig=Root.fig('Test window'); % Open new window and create dotnot object.
    plot(sin(0:0.1:5))
    Fig.findobj('Type','Line').LineWidth=2 %Change all lines to thick.

    Root.fig('New')=gca; % Copy axis a new window.
    Root.self=Fig; % Create a copy of figure to Root

    Root.Children.delete

    As you can se I have inserted some functions in the tree-structure objects and it setting. This function can be powerfull to copy objects, or open a new window.

    Requirements:

    · MATLAB Release: R13



    TAGS:

    DOT NOT | Dot Notation | development tools | DOT | NOT | Notation

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM