From: Matt J on 12 Mar 2010 18:08 "Husam Aldahiyat" <numandina(a)gmail.com> wrote in message <hnegtq$js1$1(a)fred.mathworks.com>... > I think I'm aiming too high but maybe there's something out there? > > So far my only option is using image processing and some long techniques to read the workspace window and the values inside. ===================== Doesn't my proposal accomplish what you've described?
From: Husam Aldahiyat on 12 Mar 2010 18:30 "Matt J " <mattjacREMOVE(a)THISieee.spam> wrote in message <hnehgi$13q$1(a)fred.mathworks.com>... > "Husam Aldahiyat" <numandina(a)gmail.com> wrote in message <hnegtq$js1$1(a)fred.mathworks.com>... > > > I think I'm aiming too high but maybe there's something out there? > > > > So far my only option is using image processing and some long techniques to read the workspace window and the values inside. > ===================== > > Doesn't my proposal accomplish what you've described? Thank you for the suggestion! I will try to play around with your proposal, thanks a lot!
From: Husam Aldahiyat on 13 Mar 2010 02:09 "Husam Aldahiyat" <numandina(a)gmail.com> wrote in message <hneiq0$kb9$1(a)fred.mathworks.com>... > "Matt J " <mattjacREMOVE(a)THISieee.spam> wrote in message <hnehgi$13q$1(a)fred.mathworks.com>... > > "Husam Aldahiyat" <numandina(a)gmail.com> wrote in message <hnegtq$js1$1(a)fred.mathworks.com>... > > > > > I think I'm aiming too high but maybe there's something out there? > > > > > > So far my only option is using image processing and some long techniques to read the workspace window and the values inside. > > ===================== > > > > Doesn't my proposal accomplish what you've described? > > Thank you for the suggestion! > I will try to play around with your > proposal, thanks a lot! It doesn't work outside nested functions. function fun1 a = 5; end >> z = functions(@fun1) z = function: 'fun1' type: 'simple' file: 'E:\D N\MATLAB2\MATLAB\goggo\fun1.m' % There's no workspace field, why? :(
From: Matt J on 13 Mar 2010 09:10 "Husam Aldahiyat" <numandina(a)gmail.com> wrote in message <hnfdmj$3q6$1(a)fred.mathworks.com>... > It doesn't work outside nested functions. > % There's no workspace field, why? :( Because only nested functions allow externally scoped workspace variables. Since you scoped the problem to nested functions only in your original post, I obviously focused only on that.
From: Husam Aldahiyat on 13 Mar 2010 10:00 "Matt J " <mattjacREMOVE(a)THISieee.spam> wrote in message <hng6bt$1f0$1(a)fred.mathworks.com>... > "Husam Aldahiyat" <numandina(a)gmail.com> wrote in message <hnfdmj$3q6$1(a)fred.mathworks.com>... > > > It doesn't work outside nested functions. > > % There's no workspace field, why? :( > > Because only nested functions allow externally scoped workspace variables. Since you scoped the problem to nested functions only in your original post, I obviously focused only on that. Thanks for the help and time, Matt J and Walter Robinson, but I've found a solution to my problem using the debugging functions.
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: Matlab acker(A,B,p) method Next: Matlab location function |