|
"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
|