From: Shabnam Shaikh on
hi guys...
i am making a project and want to know how to connect two forms ....m making HR management in gui in matlab....
so i wanna know it...
plzzz respond it as soon as possible!!!!
From: Muhammad on
"Shabnam Shaikh" <pearlfighter(a)yahoo.com> wrote in message <hpsti3$r97$1(a)fred.mathworks.com>...
> hi guys...
> i am making a project and want to know how to connect two forms ....m making HR management in gui in matlab....
> so i wanna know it...
> plzzz respond it as soon as possible!!!!


Just call
name of the figure you want to handle.
if you make with file m, just call name of m file in the function
From: Walter Roberson on
Shabnam Shaikh wrote:

> i am making a project and want to know how to connect two forms ....m
> making HR management in gui in matlab....
> so i wanna know it...
> plzzz respond it as soon as possible!!!!

There are probably at least 7 different ways to do it... though a lot
depends on what you mean by "connect". I don't have time or energy to
list all the different possibilities.
From: Shabnam Shaikh on
Walter Roberson <roberson(a)hushmail.com> wrote in message <hpsu2q$d44$1(a)canopus.cc.umanitoba.ca>...
> Shabnam Shaikh wrote:
>
> > i am making a project and want to know how to connect two forms ....m
> > making HR management in gui in matlab....
> > so i wanna know it...
> > plzzz respond it as soon as possible!!!!
>
> There are probably at least 7 different ways to do it... though a lot
> depends on what you mean by "connect". I don't have time or energy to
> list all the different possibilities.

hi der....
connect means from 1 file m switching to other file...
eg:
My first page is login id page...and when that succeeds then i need to go to other page...so the question is how to switch to other page when u click any pushbutton or any other?????
From: Walter Roberson on
Shabnam Shaikh wrote:

> connect means from 1 file m switching to other file...
> eg:
> My first page is login id page...and when that succeeds then i need to
> go to other page...so the question is how to switch to other page when u
> click any pushbutton or any other?????

You destroy your current figure (or make it invisible) and call the
other routine by name.