Rank: 176 based on 1874 downloads (last 30 days) and 9 files submitted
photo

Sebastian Hölz

E-mail
Company/University
IFM-GEOMAR

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by Sebastian View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
10 Jun 2009 Screenshot gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz graphics, customization, grid color, axis labels, plot annotation, box color 220 11
  • 3.6
3.6 | 6 ratings
21 Jan 2009 plotLDS Enhance zooming and panning on large data sets by automatically downsampling data Author: Sebastian Hölz data exploration, timeseries, plot, large, set, data 186 1
21 Jan 2009 Callback Stack Easy way to add multiple callbacks to objects, which support callback-functions (e.g. HG objects) Author: Sebastian Hölz graphics, multiple, multiple callbacks, graphical data, data exploration 158 0
16 Apr 2007 Screenshot cline Draw a colored line in 2D or 3D Author: Sebastian Hölz graphics, colored, line, plotting, specialized, 3d 192 0
  • 5.0
5.0 | 1 rating
16 Feb 2007 Screenshot Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz intersection, polygon, line, curve 279 12
  • 5.0
5.0 | 12 ratings
Comments and Ratings by Sebastian View all
Updated File Comments Rating
10 Jun 2009 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz

In reply to Joanne Hung and Nitika:
It seems that my update did not make it to the FEX. I have just posted a new version (0.99), which removes the mentioned bugs.

Furthermore, this version also removes all previous restrictions and should now fit nicely into the general Matlab framework. I would recommend everyone with old versions to update, once the new version has been uploaded.

Cheers
Sebastian

24 Feb 2009 FindJObj - find java handles of Matlab graphic objects Find java objects contained within a specified java container or Matlab GUI handle Author: Yair Altman

Another suggestion (valid for Matlab 7.5):

If you want to inspect the Editor-container, you will need to change lines 175-176 from

origContainer = container;
contentSize = [container.getWidth, container.getHeight];

to

origContainer = container;
if strcmp(container.getName,'Editor');
   container=container.getInternalFrame;
end
contentSize = [container.getWidth, container.getHeight];

Sebastian

20 Feb 2009 FindJObj - find java handles of Matlab graphic objects Find java objects contained within a specified java container or Matlab GUI handle Author: Yair Altman

Info for MATLAB 7.5.
An inconsistency in uitreenode.m (%MATLAB%\toolbox\matlab\uitools\uitreenode.m) prevents "findjobj" to work properly. You have to change the first line in "uitreenode.m" from ...

  function node = uitreenode(value, string, icon, isLeaf)

... to ...
  function node = uitreenode(dummy,value, string, icon, isLeaf)

... , then everything initializes just fine.

After fixing that, it's SWEET! I've just spend hours and hours writing down the hirarchy of objects and was just starting to think, how nice it would be to have everything at hand in "file"-browser ... well, you know it: it's all on the FEX, ... somewhere ...

Thanks,

Sebastian

18 Feb 2009 Geodetic Toolbox Toolbox for angle, coordinate and date conversions and transformations. Version 2.92a. Author: Mike Craymer

There is a potential bug in function ell2UTM, which may lead to wrong results in the calculated northing, if the funciton is called with a vector containing coordinates from both southern and northern hemisphere. Change lines 23-27, which read ...

if lat>=0
  No=0;
else
  No=10000000;
end

to ...

No(size(lat))=0; % False northing (north)
No(lat<0) = 1e7; % False northing (south)

Sebastian

11 Feb 2009 Manage and Dock Figures into Group SETFIGDOCKED allows docking figures at specified positions in group of figures whose structure is Author: Anh Huy Phan

SWEET !!!
Great job. I've been searching the Matlab Java Archives for the appropriate objects/methods/properties for (almost) years and just could not find them. The docking of figures into seperate containers is a great way to organize your work-flow, if you have lots of figures to work with at the same time and don't want to get lost. I'll highly recommend to look into this ...

Comments and Ratings on Sebastian's Files View all
Updated File Comment by Comments Rating
27 Oct 2009 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz Cape, Sam

I'm having problems getting this to work on xp pro 64 bit. Any suggestions?

15 Oct 2009 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz Yan

works great! thanks

15 Oct 2009 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz Ondrej

I have problems with zooming. When I use gridcolor I can't zoom the plots in figure, instead the whole box is getting smaller and smaller.

15 Oct 2009 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz Ondrej

13 Oct 2009 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz Dominic

For me the installation also worked flawlessly under 64bit Linux - as the code itself - great work!

Top Tags Applied by Sebastian
graphics, annotation, data, data exploration, 2d
Files Tagged by Sebastian View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
10 Jun 2009 Screenshot gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz graphics, customization, grid color, axis labels, plot annotation, box color 220 11
  • 3.6
3.6 | 6 ratings
21 Jan 2009 plotLDS Enhance zooming and panning on large data sets by automatically downsampling data Author: Sebastian Hölz data exploration, timeseries, plot, large, set, data 186 1
21 Jan 2009 Callback Stack Easy way to add multiple callbacks to objects, which support callback-functions (e.g. HG objects) Author: Sebastian Hölz graphics, multiple, multiple callbacks, graphical data, data exploration 158 0
16 Apr 2007 Screenshot cline Draw a colored line in 2D or 3D Author: Sebastian Hölz graphics, colored, line, plotting, specialized, 3d 192 0
  • 5.0
5.0 | 1 rating
04 Oct 2006 Screenshot Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz difference, union, polygon, linear algebra, xor, and 245 12
  • 4.66667
4.7 | 9 ratings
 

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