Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment 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!

10 Sep 2009 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz Du, Junwei

  

For my version(7.8.0),it changes the figure axes size.

24 Aug 2009 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz Kumar , Smith

Great job !!

26 Jul 2009 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz mani, abhi

SYNTAX: <gridaxeshandle>=cgrid(<colorarg, stylearg, colorargy>)
gridaxishandle=cgrid('g-');

26 Jul 2009 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz mani, abhi

SYNTAX: <gridaxeshandle>=cgrid(<colorarg, stylearg, colorargy>)
gridaxishandle=cgrid('g-');

20 Jul 2009 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz Nearey, Terrance

Just a quick note...Mac OSX 10.5 Matlab Release 2008a
 Compiled and ran example first time using exactly
the instructions from ReadMe.txt
(cut and pasted them to matlab command window)
Compiler used gcc version 4.0.1 (Apple Inc. build 5465)
(default on my system)
Thanks for terse and sufficient instructions.

10 Jun 2009 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz Hölz, Sebastian

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

04 Jun 2009 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz Nitika

Sebastian, I just downloaded your function file and still have the problem that Joanne is mentioning. I have MatlabR2008a.

06 Mar 2009 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz Damir

It is an excelent job, however I found a bug. The function finds wrong intersection, if one of the curves is almost vertical. Please try this:
x1=[0.1 0.1+1e-17]
y1=[-1 1]
x2=[-1 1]
y2=[-1 1]
[x,y]=curveintersect(x1,y1,x2,y2)
plot(x1,y1,'k',x2,y2,'b:',x,y,'ro')

02 Dec 2008 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz Stanley

Very good.

17 Nov 2008 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz Guerrero Mosquera, Carlos

Excellent job!! Thanks!

17 Nov 2008 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz Guerrero Mosquera, Carlos

19 Oct 2008 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz Boughan, C. Chaya

Wonderful program. Worked for some very sticky intensity plots where the points of intersection had been hard to find. Vielen dank Sebastian !!!!

02 Sep 2008 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz Hölz, Sebastian

In reply to Joanne Hung:
I had fixed this bug a while ago, but forgot to update it here on the FEX. It was caused by a call to Matlabs "version"-command, which has somewhat changed its bevavior ... file is updated and should work as expected!

17 Jul 2008 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz B, Alan

Can't you just get the current tick values and plot lines of the desired color with endpoints determined by the current limits?

30 Jun 2008 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz Athreya, Sathish

Yes, Obviously it is very fast to find intersection point between curves

17 Jun 2008 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz Hung, Joanne

For my version (v7.5), it does not support "linkaxes". The box changes the color after using the function. If using xlabel or ylabel before grid, there are two labels on one axis and the second label has the color applied on the grid

20 Feb 2008 plotLDS Enhance zooming and panning on large data sets by automatically downsampling data Author: Sebastian Hölz Doke, Jiro

Hi Sebastian,
Just wanted to let you know I also created a similar function:

http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=15850&objectType=file

30 Jan 2008 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz Shepherd, David

I'm using this to quickly find the point at which two EXIT functions intersect, its perfect thanks mate.

20 Sep 2007 GetSRTMData Extract heigth information from SRTM-files. Author: Sebastian Hölz da Mota costa, Gabriel Bruno

Usefull. Congratulations. It help-me to understand how to extract .hgt files from SRTM.
Thanks.

30 Jul 2007 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz Benson, Dick

Overcomes limitations of the D. Hanselman version. THANKS!

25 Jul 2007 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz Pham, Huy

Could we use it for a higher dimension?

13 Jul 2007 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz k, leila

11 Jul 2007 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz Cop, Mat

very useful

26 Jun 2007 cline Draw a colored line in 2D or 3D Author: Sebastian Hölz Bennett, Matt

11 May 2007 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz Krug, Peter

Works well for me

02 May 2007 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz S, Ramtin

Good work. Have not seen any problems with it so far

23 Apr 2007 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz atc, moho

yes yes

12 Apr 2007 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz Dalley, Gerald

Worked well the first time and is reasonably fast. Thanks! It compiled fine for me on 64-bit Linux using Matlab 7.2.

01 Feb 2007 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz Jung, Jaeyoung

This polygon clipper works very well and easy to use, also has good quality!!

17 Jan 2007 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz wang, xiaoxu

03 Aug 2006 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz che, je

Took a lot of work to run on my linux machine. The problem is that the
gpc_mexfile sources use '//' to begin the comments, and this is not part
of the C standard. This probably means the programs were written on a
Windows machine, which uses Microsoft Visual C++ to compile C code.
'//' is the comment prefix in standard C++. Microsoft appears to
believe that C++ is a perfect superset of C, which isn't true.

I removed all the lines beginning with // from those two source files
and the mex command in the readme gave worked fine.

Also, it won't run unless I had the older gcc-3.3 package installed.

Also, the zip file ships with Example.m which doesn't work. PolyClipper_example.m does work. Looks like a great function, though, if these things get tidied up.

27 Jul 2006 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz Hinz, Emily

An extremely useful and easy to use set of routines. Thank you!

14 Jun 2006 GetSRTMData Extract heigth information from SRTM-files. Author: Sebastian Hölz Grossebaffe, Olaf

You may use something like that

if x<0; LON = 'W' ;
else; LON = 'E' ;
end
if y<0; LAT = 'S' ;
else; LAT = 'N' ;
end
filename=[path LAT num2str(abs(y),'%02i') LON num2str(abs(x),'%03i') '.hgt']

17 May 2006 tasklist / pslist Get the current tasklist Author: Sebastian Hölz jerzembeck, sven

exactly what i needed

03 May 2006 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz Thomson, Murray

Worked first time. Very easy to use. Did exactly what I needed. (And not an easy thing to program for yourself, as I found out the hard way!)

06 Mar 2006 GetSRTMData Extract heigth information from SRTM-files. Author: Sebastian Hölz ELHADI, MEFTAH

08 Feb 2006 Curve Intersect 2 Finds the intersection points between two arbitrary polygons. Author: Sebastian Hölz gok, gok

great command, thank you!
Are you planning to include the case of infinite line intersection?
Example:
x1=[0 1]; y1=[0 0];x2=[0.5 0.5]; y2=[0.1 1];
will "intersect" at [0.5,0]

31 Jan 2006 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz (us) schwarz, urs

with the added help it's very nice and useful
the nasty behavior in certain (anomalous) situations cannot be taken care of easily - but the author provides a valid (and hopefully temporary) workaround
us

30 Jan 2006 gridcolor Change color of grid lines without changing color of axis labels or box Author: Sebastian Hölz (us) schwarz, urs

nice idea
there are some issues that need to be addressed:
- the help section does NOT work at all (wrong indentation of the %-markers)
- once GRIDCOLOR was run for an axis, a subsequent call to PLOT will spit out numerous annoying warnings...
us

20 Jan 2006 GetSRTMData Extract heigth information from SRTM-files. Author: Sebastian Hölz Lutz, André

Still a little problem:
Line 95: elseif x> 10 & x<100; LON = 'E0';
replace by: elseif x>=10 & x<100; LON = 'E0';

12 Jan 2006 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz Blu, Pancho

Just what I needed. I have been racking my brains for days to get to a point where my program starts to work, but this one is much better and faster!. Thanks a lot.

02 Dec 2004 GetSRTMData Extract heigth information from SRTM-files. Author: Sebastian Hölz Tanner, John

File called is wrong if long < |10|

Patch using the following code:

if x<=-100; LON = 'W'; elseif x>-100 & x<=-10; LON = 'W0'; elseif x>-10 & x<0; LON = 'W00'; elseif x>=0 & x<10; LON='E00'; elseif x>=10 & x<100; LON='E0'; else; LON='E'; end

It worked for me...it might work for you!

Other than that, a great piece of code, well done Sebinator.

29 Jul 2004 GetSRTMData Extract heigth information from SRTM-files. Author: Sebastian Hölz Börner, Ralph-Uwe

Doesn't work for me if either lat or lon is an integer, e.g.
>> out=GetSRTMData([13.0,51.21]);
Patch like this:
lon(1) = floor(min(tmp(:,1)));
lon(2) = ceil(0.5+max(tmp(:,1)));
lat(1) = floor(min(tmp(:,2)));
lat(2) = ceil(0.5+max(tmp(:,2)));

However, nice tool!

 

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