help-octave
[Top][All Lists]
Advanced

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

Matrices


From: CluelessRory
Subject: Matrices
Date: Tue, 14 Feb 2017 03:46:54 -0800 (PST)

Hi,
I'm trying to assign shelf locations of a warehouse to cells in a matrix,
with the aim of being able to measure the x-y distance between any two
locations on the shelves. 

11 12 13 14
21 22 23 24
31 32 33 34
41 42 43 44

For instance, I would want to be able to measure the distance from location
34 to location 12 (Which should give me (3x + 4y) - (x + 2y) = 2x + 2y.
How do I go about doing this on Octave?
Please help.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Matrices-tp4681866.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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