Rank: 217645 based on 0 downloads (last 30 days) and 0 files submitted
photo

HaveF

E-mail
Company/University
LZU

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by HaveF View all
Updated File Comments Rating
22 Aug 2011 FindJObj - find java handles of Matlab graphic objects Find java objects contained within a specified java container or Matlab GUI handle Author: Yair Altman

seems lost something...
When I try findjobj, something strange on my machine.
>> hButton = uicontrol('string','click me'); jButton = findjobj('property',{'Text','click me'});
it's all right as I expected.
but
>> hButton = uicontrol('string','click me'); jButton = findjobj(hButton,'nomenu')
just return *ans = <1x0>*

and another thing, I am a big fun of yours.
I use setPrompt before, but when I try findjobj, my prompt disappear.
just like this:

[18:57:11]temp_proj>>
[18:57:11]temp_proj>>
[18:57:11]temp_proj>> hButton = uicontrol('string','click me');
[18:57:16]temp_proj>> jButton = findjobj('property',{'Text','click me'});
>>

22 Aug 2011 FindJObj - find java handles of Matlab graphic objects Find java objects contained within a specified java container or Matlab GUI handle Author: Yair Altman

and another thing, I am a big fun of yours.
I use setPrompt before, but when I try findjobj, my prompt disappear.
just like this:

[18:57:11]temp_proj>>
[18:57:11]temp_proj>>
[18:57:11]temp_proj>> hButton = uicontrol('string','click me');
[18:57:16]temp_proj>> jButton = findjobj('property',{'Text','click me'});
>>

03 Jul 2011 A thin MATLAB wrapper for the Git source control system Use this exactly as you would use the OS command-line Git, but from within MATLAB Author: Manu Raghavan

Does it can be used in Windows? when use MSysGit? Maybe not

27 May 2011 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

It seems I lost the comment I write just now.

Hi, Steve, I notice you build your project at "31 Jan 2009", maybe you survey the related code of unit test.
I find a similar project(release at 2008-04-08) here:
http://www.mathworks.com/matlabcentral/fileexchange/21888-mlunit2008a
http://sourceforge.net/projects/mlunit/

maybe you can tell me your original consideration , or the differences between them.
or think of merging the mlunit's GUI or other useful thing to your project.

Thanks!

27 May 2011 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

or think of merging the mlunit's GUI or other useful thing to your project.

Contact us at files@mathworks.com