|
|
Re: Generate random numbers with fixed sum and different constraints
Posted:
Nov 19, 2012 7:04 AM
|
|
"Dmitrey Yershov" <pierrevanstulov@mail.ru> wrote in message > Error in delaunayn (line 101) > t = qhullmx(x', 'd ', opt); > > Error in Untitled (line 32) > T = delaunayn(V); > > I will be obliged to you if you can fixe it.
Please try to replace the delaunayn() command with:
if m==3 T = delaunay(V); else T = delaunayn(V); end
Obviously it doesn' work for 2-dimensional triangulation.
Bruno
|
|