photo

RUBEN NAHUE


Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


HELLO PLEASE COULD HELP ME HOW TO CONVERT THIS CODE TO MATLAB.
function[L1;L2;U1;U2] = Cholesky(a; b; c) n = length(a); Diagonales = zeros(1; n); Sub = zeros(1; n - 1); if a(1) > 0 then ...

5 years ago | 1 answer | 0

1

answer

Answered
How to convert a code from C language to Matlab?
HELLO PLEASE COULD HELP ME HOW TO CONVERT THIS CODE TO MATLAB. function[L1;L2;U1;U2] = Cholesky(a; b; c) n = length(a); D...

5 years ago | 0