Code covered by the BSD License  

Highlights from
Digital Karma: State Graphing

image thumbnail
from Digital Karma: State Graphing by Aman Siddiqi
Evolutionary Simulation, Interaction Graph

mouse_click_button_move.m
if strcmp(currentmousetool,'selection') & exist('a');
    mouse_location; selecting_button_move_script;
elseif strcmp(currentmousetool,'none') & exist('a');
end;

Contact us at files@mathworks.com