help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: convhull output


From: Rafael Laboissiere
Subject: Re: convhull output
Date: Thu, 20 Jan 2005 18:42:18 +0100
User-agent: Mutt/1.5.6+20040907i

* Kalle Raiskila <address@hidden> [2005-01-20 06:14]:

> How do I suppress output from qhull, when I use
> convhull from octave-forge? I can pass an option to
> qhull, but what is the correct option to suppress the
> "Operation completed. Checking precision..." -message?
> It kindof clutters up the prompt when it is printed
> several million times :(
> 
> I removed it from qhull itself, but is there a proper way?
> Looking at qhull's documentation, I didn't see such an option.
> Is there one?

Try this:

    X = randn (10, 1);
    Y = randn (10, 1);
    H = convhull (X, Y, "Pp");

It is well documented in http://www.qhull.org/html/qh-optp.htm

-- 
Rafael



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]