help-octave
[Top][All Lists]
Advanced

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

Re: Vectorization of matrix


From: Nicholas Jankowski
Subject: Re: Vectorization of matrix
Date: Mon, 17 Jun 2019 09:10:08 -0400



On Mon, Jun 17, 2019, 8:50 AM mayank9889 <address@hidden> wrote:
X_norm = (X - (t * mu)) ./ (t * sigma);  %vectorized

In above Octave code, if X is 97 x 3 matrix then will it implicitly get
converted to column vector?


What are the shapes of t mu and sigma

reply via email to

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