Rank: 16 based on 1392 downloads (last 30 days) and 36 files submitted
photo

Yair Altman

E-mail
Company/University
Consultant

Personal Profile:

http://UndocumentedMatlab.com
http://www.ymasoftware.com
http://www.linkedin.com/in/yairaltman

Professional Interests:

 

Watch this Author's files

 

Files Posted by Yair View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
26 Jun 2010 Screenshot cprintf - display formatted colored text in the Command Window Displays sprintf-formatted strings in the Command Window using the specified color/underline style Author: Yair Altman desktop, java, gui, undocumented 158 14
  • 4.84615
4.8 | 13 ratings
12 Jun 2010 Screenshot UIINSPECT - display methods/properties/callbacks of an object Inspect an object handle (Java/COM/HG); display its methods/properties/callbacks in a unified window Author: Yair Altman example, inspect, java, gui tools, handle, gui 97 5
  • 5.0
5.0 | 4 ratings
23 May 2010 Screenshot setFigDockGroup Sets a figure's docking group container Author: Yair Altman gui tools, example, figure group java 47 3
  • 5.0
5.0 | 3 ratings
07 May 2010 Screenshot checkClass checks a Java object or classname and displays its methods, enumerations & interfaces Author: Yair Altman java 18 0
20 Apr 2010 Screenshot FindJObj - find java handles of Matlab graphic objects Find java objects contained within a specified java container or Matlab GUI handle Author: Yair Altman undocumented, example, handle, java, gui tools, gui 183 49
  • 4.96
5.0 | 25 ratings
Comments and Ratings by Yair View all
Updated File Comments Rating
28 Jun 2010 cprintf - display formatted colored text in the Command Window Displays sprintf-formatted strings in the Command Window using the specified color/underline style Author: Yair Altman

Sharron - I uploaded a new version that fixed the edge-case that you have reported

08 Apr 2010 Java-based data table Spreadsheet display/editing/sorting of data with multiple features Author: Yair Altman

@Amitabh - you probably did not install the TableSorter.jar properly, as explained in the main help section

06 Apr 2010 statusbar set/get status bar(s) for GUI figures & Matlab desktop Author: Yair Altman

Alex - in your button callback, after you create the new figure, pass its handle as the first input argument to the statusbar utility. If you don't, statusbar uses gcf (the current figure handle) which is still pointed to your original figure.

17 Mar 2010 FindJObj - find java handles of Matlab graphic objects Find java objects contained within a specified java container or Matlab GUI handle Author: Yair Altman

Jveer - FindJObj *cannot* work in the GUIDE-created *_OpeningFcn because the figure is not yet visible at this time and so the Java components have still not rendered and therefore cannot be found.

Try placing your call to FindJObj *after* the figure has become visible and all the controls have completed rendering, for example by moving your FindJObj call to the *_OutputFcn function, hopefully after a call to drawnow to ensure that everything has completed rendering.

17 Mar 2010 FindJObj - find java handles of Matlab graphic objects Find java objects contained within a specified java container or Matlab GUI handle Author: Yair Altman

Patrick, Emad & Jayveer - I have yesterday uploaded a new version of FindJObj that fixes the problem you have reported.

FYI, the problem occurred due to a slightly different implementation of the Java hierarchy for Matlab figure windows. The new code should work find on all the older Matlab 7 versions *IN ADDITION* to R2010a.

As always, I am very committed to fixing such utilities, to the best of my abilities, also in upcoming Matlab releases.

Comments and Ratings on Yair's Files View all
Updated File Comment by Comments Rating
20 Jul 2010 UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers Split a container (figure/frame/uipanel) into two resizable sub-containers, like Java's JSplitPane Author: Yair Altman Burgel, Joseph

Very cool Yair. Once again, job well done. You should be getting a check from MW.

09 Jul 2010 Java-based data table Spreadsheet display/editing/sorting of data with multiple features Author: Yair Altman Aditya

Hi Yair,
Nice tool here. I have a requirement and I could not find a comment or question above that can cover this question. Can I select a row and then extract it to my workspace. I am planning to use this code a selection table so the user can select one row from the table which will be returned back for further processing? How can I do that?

Thanks,
Aditya.

29 Jun 2010 cprintf - display formatted colored text in the Command Window Displays sprintf-formatted strings in the Command Window using the specified color/underline style Author: Yair Altman Danziger, Zachary

28 Jun 2010 cprintf - display formatted colored text in the Command Window Displays sprintf-formatted strings in the Command Window using the specified color/underline style Author: Yair Altman Altman, Yair

Sharron - I uploaded a new version that fixed the edge-case that you have reported

25 Jun 2010 cprintf - display formatted colored text in the Command Window Displays sprintf-formatted strings in the Command Window using the specified color/underline style Author: Yair Altman Sharron

This is a great tool!.
However I think the command doesn't work well in printing the back slash, for example

cprintf('Errors', '\\abc\n')

does not generate output \abc

Thanks.

Top Tags Applied by Yair
java, gui tools, example, gui, undocumented
Files Tagged by Yair View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
26 Jun 2010 Screenshot cprintf - display formatted colored text in the Command Window Displays sprintf-formatted strings in the Command Window using the specified color/underline style Author: Yair Altman desktop, java, gui, undocumented 158 14
  • 4.84615
4.8 | 13 ratings
12 Jun 2010 Screenshot UIINSPECT - display methods/properties/callbacks of an object Inspect an object handle (Java/COM/HG); display its methods/properties/callbacks in a unified window Author: Yair Altman example, inspect, java, gui tools, handle, gui 97 5
  • 5.0
5.0 | 4 ratings
23 May 2010 Screenshot setFigDockGroup Sets a figure's docking group container Author: Yair Altman gui tools, example, figure group java 47 3
  • 5.0
5.0 | 3 ratings
07 May 2010 Screenshot checkClass checks a Java object or classname and displays its methods, enumerations & interfaces Author: Yair Altman java 18 0
20 Apr 2010 Screenshot FindJObj - find java handles of Matlab graphic objects Find java objects contained within a specified java container or Matlab GUI handle Author: Yair Altman undocumented, example, handle, java, gui tools, gui 183 49
  • 4.96
5.0 | 25 ratings

Contact us at files@mathworks.com