Looking for the Source code of built in function ldl.m
Show older comments
Dear All,
I am trying to use Matlab Coder to convert my Matlab code into C code. But there are a number of built in functions that Matlab Coder does not support. ldl.m is one of those functions. It seems that I have to rewrite ldl.m on my own so that I can use Matlab Coder. But it will be a huge work for me to write it on my own,
I am wondering if I can have the source code of ldl.m. If I can, then I could insert ldl.m as a sub-function in my code. I think I can use Matlab Coder to generate the C code. Does anybody know how to assecc to the source code of ldl.m?
Thanks in advance.
Benson
Accepted Answer
More Answers (1)
Steven Lord
on 9 Sep 2020
0 votes
The ldl function is built into MATLAB. It is not implemented as a MATLAB script, function, or class file. We don't distribute its source code.
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!