ppl,
here's the deal.. I made a 'ex.m' file that does some calculations and produces correct results, when i call it from the command window....
then I created a gui,, where i put a push button. What I want is that when users click on this button ex.m shall execute producing that correct result. I wrote the command as
uicontrol('Style','PushButton','CallBack','ex');
but when I run the gui and click on this button, it goes into some unending loop or something. Plz help me. Its urgent
Thanks in advance
here's the deal.. I made a 'ex.m' file that does some calculations and produces correct results, when i call it from the command window....
then I created a gui,, where i put a push button. What I want is that when users click on this button ex.m shall execute producing that correct result. I wrote the command as
uicontrol('Style','PushButton','CallBack','ex');
but when I run the gui and click on this button, it goes into some unending loop or something. Plz help me. Its urgent
Thanks in advance