Rank: 492 based on 157 downloads (last 30 days) and 7 files submitted
photo

Levente Hunyadi

E-mail
Company/University
Budapest University of Technology and Economics
Lat/Long
47.47409057617188, 19.05919075012207

Personal Profile:

Contact information: http://www.aut.bme.hu/portal/hunyadi
Personal website: http://hunyadi.info.hu

Professional Interests:
software design, programming languages, model reconstruction and parameter estimation

 

Watch this Author's files

 

Files Posted by Levente View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
10 May 2010 Screenshot B-splines Draw, manipulate and reconstruct B-splines. Author: Levente Hunyadi bspline, ginput, gui, nurbs, spline, drag and drop 55 1
  • 5.0
5.0 | 1 rating
28 Mar 2010 Screenshot mplot: Multiple plots in a single figure with list box selection Adds multiple plot instructions to a figure and the user chooses which one to use from a list box. Author: Levente Hunyadi plot, multiple, gui, selection, figure 20 0
17 Mar 2010 Screenshot Property grid using JIDE implementation A graphical user control based on the JIDE PropertyGrid that mimics MatLab's property inspector. Author: Levente Hunyadi property inspector, java, gui, swing, property grid, undocumented 25 2
  • 4.0
4.0 | 1 rating
13 Mar 2010 Screenshot Progress bar An elegant and easy-to-use progress bar dialog utilizing the Swing GUI class JProgressBar. Author: Levente Hunyadi progress indicator, gui, wait bar, swing, java 26 1
  • 5.0
5.0 | 2 ratings
03 Mar 2010 Utilities for MEX files C utility functions to simplify writing MEX source files and a make command to build them. Author: Levente Hunyadi cpp, make, utility functions, preprocessor macros, mex, c 17 0
Comments and Ratings by Levente View all
Updated File Comments Rating
08 Jun 2010 Property grid using JIDE implementation A graphical user control based on the JIDE PropertyGrid that mimics MatLab's property inspector. Author: Levente Hunyadi

The sample code in example_propertygrid.m runs without error with MatLab releases 2008a and 2010a. The method inaccessibility issue seems to be specific to one or more MatLab versions in between 2008a and 2010a, and can be easily addressed by changing the method block qualifier

methods (Access = private, Static)

in PropertyGrid.m to

methods (Static)

essentially exposing the private event hook that has triggered the error message (and some of the service) methods to the public interface.

25 Feb 2010 Property sheet A graphical user control that mimics MatLab's property inspector. Author: Levente Hunyadi

Licensing conflicts prevent me from including the jar file in the distribution hosted at File Exchange. (The Java source has a permissive license but is not identical to the BSD MathWorks expects to be used for all submitted files.) You can grab the jar file (as well as the complete Java source) at http://sourceforge.net/projects/fraeser/files/matlab_gui_extensions.

Comments and Ratings on Levente's Files View all
Updated File Comment by Comments Rating
27 Jun 2010 B-splines Draw, manipulate and reconstruct B-splines. Author: Levente Hunyadi Evgeny Pr

Hello!
Thank you for good job!

I found one error in the function "bspline_wdeboor". The problem in if statement (if nargin > 5).
Must be:
if (nargin < 5)
    [Y,u] = bspline_deboor(n,t,P);
else
    [Y,u] = bspline_deboor(n,t,P,u);
end

The same approximation is unstable. Strongly depends on the knots vector.

24 Jun 2010 B-splines Draw, manipulate and reconstruct B-splines. Author: Levente Hunyadi Evgeny Pr

08 Jun 2010 Property grid using JIDE implementation A graphical user control based on the JIDE PropertyGrid that mimics MatLab's property inspector. Author: Levente Hunyadi Hunyadi, Levente

The sample code in example_propertygrid.m runs without error with MatLab releases 2008a and 2010a. The method inaccessibility issue seems to be specific to one or more MatLab versions in between 2008a and 2010a, and can be easily addressed by changing the method block qualifier

methods (Access = private, Static)

in PropertyGrid.m to

methods (Static)

essentially exposing the private event hook that has triggered the error message (and some of the service) methods to the public interface.

26 May 2010 Property grid using JIDE implementation A graphical user control based on the JIDE PropertyGrid that mimics MatLab's property inspector. Author: Levente Hunyadi Massol, Ramiro

hi
really nice implementation. I only found one bug, basically that after changing the value of any of the parameters of the property table (after running your example code), there is an error stating that ''Cannot access method 'OnPropertyChange' in class 'PropertyGrid'.''
Do you know a fix for this bug? BTW, does propertygrid compile well?
thanks,
ramiro

07 Apr 2010 Progress bar An elegant and easy-to-use progress bar dialog utilizing the Swing GUI class JProgressBar. Author: Levente Hunyadi Lau, Abe

Thanks Levente.

This is a really nice improvement over the built-in waitbar. The option with indetermine state (just a moving bar, and is always MOVING) is especially useful, in cases of a single slow command. The default waitbar will just freeze and doesn't give any feedback!

Top Tags Applied by Levente
gui, java, swing, property grid, property inspector
Files Tagged by Levente View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
10 May 2010 Screenshot B-splines Draw, manipulate and reconstruct B-splines. Author: Levente Hunyadi bspline, ginput, gui, nurbs, spline, drag and drop 55 1
  • 5.0
5.0 | 1 rating
28 Mar 2010 Screenshot mplot: Multiple plots in a single figure with list box selection Adds multiple plot instructions to a figure and the user chooses which one to use from a list box. Author: Levente Hunyadi plot, multiple, gui, selection, figure 20 0
17 Mar 2010 Screenshot Property grid using JIDE implementation A graphical user control based on the JIDE PropertyGrid that mimics MatLab's property inspector. Author: Levente Hunyadi property inspector, java, gui, swing, property grid, undocumented 25 2
  • 4.0
4.0 | 1 rating
13 Mar 2010 Screenshot Progress bar An elegant and easy-to-use progress bar dialog utilizing the Swing GUI class JProgressBar. Author: Levente Hunyadi progress indicator, gui, wait bar, swing, java 26 1
  • 5.0
5.0 | 2 ratings
03 Mar 2010 Utilities for MEX files C utility functions to simplify writing MEX source files and a make command to build them. Author: Levente Hunyadi cpp, make, utility functions, preprocessor macros, mex, c 17 0

Contact us at files@mathworks.com