I am wondering what the best way is to transfer some of the handles
from one GUI to another. Read about varargin/varargout...is there an
example reated to GUIs?
Leor
Pierre wrote:
>
>
> I am not sure I understand what you are trying to do. Each gui is
> related to a particular function mfile. If you call this funtion
> from
> one gui, (e.g., the callback function of a push button) then the
> other gui will open. You transfer data between guis with handles as
> explained for example in the manual Building Guis with Matlab.
>
>
|
|