help-octave
[Top][All Lists]
Advanced

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

Re: Geometry package not working


From: mmuetzel
Subject: Re: Geometry package not working
Date: Wed, 16 Oct 2019 07:04:27 -0500 (CDT)

Did you load the the package before using it?
Try:
pkg load geometry
pts = [2 2;6 1;6 5;2 4];
centroid(pts)

Markus




--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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