help-octave
[Top][All Lists]
Advanced

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

Product array


From: LucaLuca
Subject: Product array
Date: Mon, 3 Sep 2018 12:25:42 -0500 (CDT)

hi,
see this example:

a=(1,:)= 2 3 4

b=(1,:)=5 6 7

i want this:

z=a*b =2*5 3*6 4*7=10 18 28 ==> the result is an array of 3 element






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



reply via email to

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