Description: simple wireless raytrace
HANDLES is a structure containing handles of components in GUI using
| tags as fieldnames, e.g. handles.figure1, handles.slider2. This
| structure is created at GUI startup using GUIHANDLES and stored in
| the figure s application data using GUIDATA. A copy of the structure
| is passed to each callback. You can store additional information in
| this structure at GUI startup, and you can change the structure
| during callbacks. Call guidata(h, handles) after changing your
| copy to replace the stored original so that subsequent callbacks see
| the updates. Type "help guihandles" and "help guidata" for more
| information.
To Search:
File list (Check if you may need any files):
hybrid2_gui.m
ray_gui.fig
ray_gui.m
hybrid2_gui.fig