nwalign algorithm
显示 更早的评论
Dear all, I'm studying the nwalign.m file and found something I cannot solve by myself. In the line [CODE] affinegapmex(intseq2, intseq1, gapopen, gapextend, ScoringMatrix, algorithm); [/CODE]
The last argument 'algorithm' takes values 1 or 3.
However, the affinegap function does not use that argument as far as I can read, so my guess is this is something new in the affinegapmex function which is not readable since it is compiled.
My questions are, Are these values new to the affinegapmex function? From where I can read the content of the affinegapmex and simplegapmex functions?
Thanks in advance,
Diego
5 个评论
Walter Roberson
2011-12-27
Any function whose name ends in 'mex' is fairly likely to be proprietary MathWorks source code.
Diego
2011-12-27
Diego
2011-12-27
Walter Roberson
2011-12-27
To get access to proprietary MathWorks source code, you need to be employed by MathWorks as an employee or intern.
Diego
2011-12-27
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!