Code covered by the BSD License  

Highlights from
Interactive Data Navigation Pane Widget

image thumbnail
from Interactive Data Navigation Pane Widget by Thomas Montagnon
Widget to interactively & graphically select a section of a large dataset you want to work on

cursorsData
classdef cursorsData < event.EventData
  properties
    Positions;
  end
  methods
    function this = cursorsData(positions)
      this.Positions = positions;
    end
  end
end

Contact us at files@mathworks.com