Good way to catalog Matlab code?
Good way to catalog Matlab code?
(OP)
My place of work has a large number of custom Matlab functions, but a lot of stuff gets rewritten just due to the fact that none of the individual programmers (myself included) really know what has already been done.
So...does anyone have a good solution for aggregating code? The only requirement is that it has to be hosted from our internal network (no internet-based search engines). OSS is welcomed.
Ideally, I'd like something like a VB/C dll... But, I don't think Matlab supports such a thing...
So...does anyone have a good solution for aggregating code? The only requirement is that it has to be hosted from our internal network (no internet-based search engines). OSS is welcomed.
Ideally, I'd like something like a VB/C dll... But, I don't think Matlab supports such a thing...





RE: Good way to catalog Matlab code?
or
Use the Matlab Compiler toolbox to create a standalone executable program or a dll.
RE: Good way to catalog Matlab code?
How is the code validated? Would someone really use a canned routine without knowing whether it is correct?
Any canned C-code would need to have a completely intuitively obvious interface with no room for errors. This would require substantial amounts of up front work to develop these interfaces and validate them.
Lots of companies talk about calculation code management, but I'm not convinced that anyone has the time or energy to make it a viable situation. My own Mathcad calcs tend to be cryptic, even to myself.
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Good way to catalog Matlab code?
TTFN
FAQ731-376: Eng-Tips.com Forum Policies