Is Mapping Toolbox compatible with GUIDE?



i wish to draw som geographic data on an axis in a GUI screen, and
interactively mark features in it. THe GUIDE approach to building a
GUI seems helpful, but it seems that both the Mapping Toolbox and the
GUIDE code generator use the userdata field of the axes to hold their
data; one uses it for mapping properties, the other uses it to pass
data between callbacks. Can I draw a map in a ".fig" axes object?
Are there any examples that combine maps and GUI code?
.



Relevant Pages

  • Re: gui techniques -- uiwait.
    ... Just design your gui using the gui editor and finally (from ... the file menu of guide) export it to a single m-file. ... Ideally would use GUIDE to redesign gui but the fig file ...
    (comp.soft-sys.matlab)
  • Re: uitabgroup in GUIDE
    ... MATLAB has the uitabgroup undocumented function which uses the java ... The uitabgroup will work after the GUI is executed, ... work with the tabpanels in GUIDE to position elements, ...
    (comp.soft-sys.matlab)
  • Re: Create GUI instances in existing figure
    ... even doubting if Matlab is really what we want. ... It loads the same GUI into a single window twice. ... the loaded fig-file contains a top-level uipanel. ... graphics components with GUIDE. ...
    (comp.soft-sys.matlab)
  • Re: using joystick inputs with Matlab
    ... Matlab and not GUIDE, would Matlab have as much gui functionality as GUIDE does? ... 'Position' specifications and very few arbitrary coordinates: ...
    (comp.soft-sys.matlab)
  • Re: Guide: How to Create own objects/store handles
    ... I am using GUIDE to create my GUI's but as well as my GUIDE ... nice way (if your function calls are callback based) is to ... write and read settings to the figure handle for your GUI. ... You can also read and write global settings with ...
    (comp.soft-sys.matlab)