How do we calculate the dynamic time warping Matrix in Matlab ?
Show older comments
Dear Matlab Experts I have (A) matrix where the rows indicate instances (40 records) and the columns features , such as A=[20,0,5,8,...etc]; I would like to calculate the Distance matrix for A using dynamic time warping algorithm, when i used this function [Dist,D,k,w]=dtw(t,r) it just calculate the distance between the first two vectors? My question is How can I calculate the dynamic time warping Matrix in Matlab for all my 40 records? Many thanks for your cooperation in advance.
3 Comments
M
on 30 Nov 2017
You posted your question 3 times in one minute...
Jan
on 30 Nov 2017
I have delete the two other posts.
Mesho AlTham
on 1 Dec 2017
Accepted Answer
More Answers (0)
Categories
Find more on Logical 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!