search for: probaabl

Displaying 3 results from an estimated 3 matches for "probaabl".

Did you mean: probabl
2024 Feb 27
4
converting MATLAB -> R | element-wise operation
So, trying to convert a very long, somewhat technical bit of lin alg MATLAB code to R. Most of it working, but raninto a stumbling block that is probaably simple enough for someone to explain. Basically, trying to 'line up' MATLAB results from an element-wise division of a matrix by a vector with R output. Here is a simplified version of the MATLAB code I'm translating: NN = [1, 2, 3; 4, 5, 6];? % Example matrix lambda = [2, 3, 4];?...
2024 Feb 27
2
[External] converting MATLAB -> R | element-wise operation
...es are column-based. MATLAB matrices are row-based. > On Feb 27, 2024, at 14:54, Evan Cooch <evan.cooch at gmail.com> wrote: > > So, trying to convert a very long, somewhat technical bit of lin alg > MATLAB code to R. Most of it working, but raninto a stumbling block that > is probaably simple enough for someone to explain. > > Basically, trying to 'line up' MATLAB results from an element-wise > division of a matrix by a vector with R output. > > Here is a simplified version of the MATLAB code I'm translating: > > NN = [1, 2, 3; 4, 5, 6]; % Examp...
2024 Feb 27
2
converting MATLAB -> R | element-wise operation
...than named functions... they just look different. On February 27, 2024 11:54:26 AM PST, Evan Cooch <evan.cooch at gmail.com> wrote: >So, trying to convert a very long, somewhat technical bit of lin alg >MATLAB code to R. Most of it working, but raninto a stumbling block that >is probaably simple enough for someone to explain. > >Basically, trying to 'line up' MATLAB results from an element-wise >division of a matrix by a vector with R output. > >Here is a simplified version of the MATLAB code I'm translating: > >NN = [1, 2, 3; 4, 5, 6];? % Example...