Rank: 2606 based on 17 downloads (last 30 days) and 4 files submitted
photo

Lior Cohen

E-mail
Company/University
Applied Materials
Lat/Long
31.96071624755859, 34.79084777832031

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Lior View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
28 Nov 2009 DEPFUN_TO_DIR - Advanced Project Files Creator DEPFUN_TO_DIR creates a directory with all your project files including .fig, .mat, .txt and .xls. Author: Lior Cohen depfun, project files, dependant 2 0
08 Jul 2009 Screenshot GUI with memory - UIREMEMBER & UIRESTORE Like many apps, now Matlab GUI can easily "remember" its last state, using these functions. Author: Lior Cohen gui, restore, remember, memory, last state 11 2
  • 4.5
4.5 | 2 ratings
28 Mar 2005 Snap Line Snaps line object to various constraints. Author: Lior Cohen data exploration, snap, line, grid, constraint, graphics 2 0
18 Oct 2004 Screenshot UISUBGUI - GUI resuing tool Creates a Sub-GUI from an existing GUI. Author: Lior Cohen gui tools, example, gui, import, subgui, reusing 2 4
  • 4.0
4.0 | 2 ratings
Comments and Ratings on Lior's Files View all
Updated File Comment by Comments Rating
17 May 2011 GUI with memory - UIREMEMBER & UIRESTORE Like many apps, now Matlab GUI can easily "remember" its last state, using these functions. Author: Lior Cohen Georg

Perfect!
I missed this function for a long time.
Mathworks should add your funtion to Matlab !!!

18 Dec 2010 GUI with memory - UIREMEMBER & UIRESTORE Like many apps, now Matlab GUI can easily "remember" its last state, using these functions. Author: Lior Cohen Leroy, Thibaut

Good job!

I would create only one function, but it's another approach. To add uitable's data, you can add this as default properties:
def.uitable = {'Data'};
(it should work)

And instead of having uiremember and uirestore at each uicontrol CreateFcn or DeleteFcn function, I prefer to pass all the objects at one time (all the children of the Graphic Current Figure here):
uiremember(findobj(gcf,'-depth',inf))

18 Dec 2010 GUI with memory - UIREMEMBER & UIRESTORE Like many apps, now Matlab GUI can easily "remember" its last state, using these functions. Author: Lior Cohen Leroy, Thibaut
11 Sep 2006 UISUBGUI - GUI resuing tool Creates a Sub-GUI from an existing GUI. Author: Lior Cohen jk10, elmex

Correction of the last review. The update problems were related but NOT CAUSE BY uisubgui. Uisubgui on its own works fine. Greate program!

09 Sep 2006 UISUBGUI - GUI resuing tool Creates a Sub-GUI from an existing GUI. Author: Lior Cohen jk10, elmex

Uisubgui is extremely helpful to develop a complex gui, to restructure it and to reuse parts of it later. Sadly it does not seem to work since version R2006a!

Top Tags Applied by Lior
gui, constraint, data exploration, dependant, depfun
Files Tagged by Lior View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
28 Nov 2009 DEPFUN_TO_DIR - Advanced Project Files Creator DEPFUN_TO_DIR creates a directory with all your project files including .fig, .mat, .txt and .xls. Author: Lior Cohen depfun, project files, dependant 2 0
08 Jul 2009 Screenshot GUI with memory - UIREMEMBER & UIRESTORE Like many apps, now Matlab GUI can easily "remember" its last state, using these functions. Author: Lior Cohen gui, restore, remember, memory, last state 11 2
  • 4.5
4.5 | 2 ratings
28 Mar 2005 Snap Line Snaps line object to various constraints. Author: Lior Cohen data exploration, snap, line, grid, constraint, graphics 2 0
18 Oct 2004 Screenshot UISUBGUI - GUI resuing tool Creates a Sub-GUI from an existing GUI. Author: Lior Cohen gui tools, example, gui, import, subgui, reusing 2 4
  • 4.0
4.0 | 2 ratings

Contact us at files@mathworks.com