Thread Subject:
Bug with Delaunay tri with constrains ?

Subject: Bug with Delaunay tri with constrains ?

From: Cedric Zaccardi

Date: 3 Jul, 2012 12:33:15

Message: 1 of 2

Hello everyone,

I have a problem using DelaunayTri with constrains.
Here is a simple case to illustrate:

X = [ 0.6000 0.3033
         0.6745 0.3672
         0.6749 0.2592
         0.6747 0.3132
         0.7124 0.2941 ] ;

T = [ 1 3 2
            3 5 4 ] ;

And when I run:
mesh = DelaunayTri( X, [T(1,2:3); T(2,3:-1:2); T(2,[3 1])] );

Matlab crashes...

Is anyone could try and help me to fix this please ?????

Thanks a lot,
Cedric

Subject: Bug with Delaunay tri with constrains ?

From: Steven_Lord

Date: 5 Jul, 2012 03:00:40

Message: 2 of 2



"Cedric Zaccardi" <cedric.zaccardi@ecp.fr> wrote in message
news:jsuoqa$6p3$1@newscl01ah.mathworks.com...
> Hello everyone,
>
> I have a problem using DelaunayTri with constrains.
> Here is a simple case to illustrate:
>
> X = [ 0.6000 0.3033
> 0.6745 0.3672
> 0.6749 0.2592
> 0.6747 0.3132
> 0.7124 0.2941 ] ;
>
> T = [ 1 3 2
> 3 5 4 ] ;
>
> And when I run:
> mesh = DelaunayTri( X, [T(1,2:3); T(2,3:-1:2); T(2,[3 1])] );
>
> Matlab crashes...

In the future, if you have code with which you can crash MATLAB, please send
that code and associated data to Technical Support so that they can work
with the developers to investigate the cause and fix it.

In this case I've reported it to the appropriate development team.

--
Steve Lord
slord@mathworks.com
To contact Technical Support use the Contact Us link on
http://www.mathworks.com

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
delaunaytri constr... Cedric Zaccardi 3 Jul, 2012 08:34:19
rssFeed for this Thread

Contact us