From: Shabnam Shaikh on 11 Apr 2010 12:32 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 11 Apr 2010 12:39 "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 11 Apr 2010 12:40 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 11 Apr 2010 14:04 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 12 Apr 2010 01:39 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.
|
Pages: 1 Prev: following functions correct otr wrong? Next: How to set a password in gui form??? |