From: Putrisia Hendra on
i want to proses my MAT file in some function in MY GUI.
how can i do ?

am i save to one variable?

example:
I=handles.we.mat

and this variable will have been declared and all function can know that I is we.mat data..

or there is another way?
From: us on
"Putrisia Hendra " <putrisiazahra(a)gmail.com> wrote in message <i3ds3u$pir$1(a)fred.mathworks.com>...
> i want to proses my MAT file in some function in MY GUI.
> how can i do ?
>
> am i save to one variable?
>
> example:
> I=handles.we.mat
>
> and this variable will have been declared and all function can know that I is we.mat data..
>
> or there is another way?

frankly - and looking at your CSSM track record, you should spend some time with this...

http://www.mathworks.com/access/helpdesk/help/techdoc/learn_matlab/bqr_2pl.html

us
From: Putrisia Hendra on
"Putrisia Hendra " <putrisiazahra(a)gmail.com> wrote in message <i3ds3u$pir$1(a)fred.mathworks.com>...
> i want to proses my MAT file in some function in MY GUI.
> how can i do ?
>
> am i save to one variable?
>
> example:
> I=handles.we.mat
>
> and this variable will have been declared and all function can know that I is we.mat data..
>
> or there is another way?

Thanks..^^