can anyone tell me which toolbox in Matlab2016 contain function "dtw" ?
1 次查看(过去 30 天)
显示 更早的评论
can anyone tell me the which toolbox in Matlab2016 contain function "dtw" ?
0 个评论
回答(2 个)
Guillaume
2016-4-25
Since R2015(b?), a simple way to find out which toolbox you're missing for a particular function is simply to type that function name in the command window and press enter. The error message will tell you the name of the missing toolbox.
Of course, if you've got the toolbox, just looking it up in the documentation, doc dtw, will tell you which toolbox it belongs to.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!