Rank: 2107 based on 36 downloads (last 30 days) and 1 file submitted
photo

Evgeny Pr

E-mail

Personal Profile:

Professional Interests:
programming, image processing, artificial intelligence

 

Watch this Author's files

 

Files Posted by Evgeny Pr
Updated   File Tags Downloads
(last 30 days)
Comments Rating
28 Dec 2009 Screenshot INI Config The class for working with configurations of settings and INI-files. Author: Evgeny Pr data, inifile, settings, data import, configuration, data export 36 0
Comments and Ratings by Evgeny Pr View all
Updated File Comments Rating
29 Dec 2009 magnify Turns the mouse into a pop-up magnifying glass to look at details of 2D plots. Author: Rick Hindman

I made the following changes to work properly:

 in ==> magnify>ButtonDownCallback at 39
- set(get(a2,'Children'), ...
- 'LineWidth', 2);

+ line_obj = findobj(a2, 'Type', 'line');
+ if ~isempty(line_obj)
+ set(line_obj, 'LineWidth', 2);
+ end

29 Dec 2009 magnify Turns the mouse into a pop-up magnifying glass to look at details of 2D plots. Author: Rick Hindman

Very good function! But there is a slight problem. By operation with the image in function there is an error:

>> imshow(im, []);
>> magnify;
??? Error using ==> set
There is no 'LineWidth' property in the 'image' class.

Error in ==> magnify>ButtonDownCallback at 39
   set(get(a2,'Children'), ...

Thus after an error function continues to work normally at mouse moving.
I think, it is necessary to check that the object on axes is the image and to eliminate in that case change of properties of a line.

27 Dec 2009 UICOMPONENT - expands uicontrol to all Java classes Enhanced replacement for uicontrol & javacomponent, accepting all Java (Swing/AWT) style components Author: Yair Altman

It is fine!
I knew that in Matlab it is possible to do such, but you have made it very well! Thanks!

25 Dec 2009 fit_ellipse Find the best fit for an ellipse using a given set of points (a closed contour). Author: Ohad Gal

25 Dec 2009 round2 Round input to nearest multiple of arbitrary value. Author: Robert Bemis

Top Tags Applied by Evgeny Pr
configuration, data, data export, data import, inifile
Files Tagged by Evgeny Pr
Updated   File Tags Downloads
(last 30 days)
Comments Rating
28 Dec 2009 Screenshot INI Config The class for working with configurations of settings and INI-files. Author: Evgeny Pr data, inifile, settings, data import, configuration, data export 36 0
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com