help-octave
[Top][All Lists]
Advanced

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

Re: Defining a "point"


From: Doug Stewart
Subject: Re: Defining a "point"
Date: Sat, 28 Dec 2019 08:56:04 -0500



On Sat, Dec 28, 2019 at 8:47 AM sb <address@hidden> wrote:
Hello,
I have a simple question:
How do I define a "point" in Octave?
Is this like:
p1=(1,2)? or p1=point(1,2)? or something else?
I want to use them later for creating lines (passing between 2 defined
points).
How can I do that?

Thanks,
Shlomo



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



points =[1 2; 7 1; 8 3]
plot(points)

--
DASCertificate for 206392


reply via email to

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