how to solve error using dtw Not enough input arguments?

조회 수: 1 (최근 30일)
Anurag Pujari
Anurag Pujari 2013년 4월 14일
답변: Vijayan G 2016년 5월 11일
  1. function [Dist,D,k,w,rw,tw]=cdtw(r,t,pflag)
  2. [row,M]=size(r); if (row > M) M=row; r=r'; end;
  3. [row,N]=size(t); if (row > N) N=row; t=t'; end;
Error occurs: Error using dtw Not enough input arguments. How to solve this problem?
  댓글 수: 2
Image Analyst
Image Analyst 2013년 4월 14일
편집: Image Analyst 2013년 4월 14일
You have not shown any code that calls or defines dtw. Please copy and paste the exact error message - ALL the red lines in the command window.
Actually I already asked this in your duplicate question: http://www.mathworks.com/matlabcentral/answers/71970#comment_143205 Why did you create a new question for it instead of following up on that one?
By the way, maybe you can go over your old questions and officially "Accept" some of them.
Vijayan G
Vijayan G 2016년 5월 11일
Error using cdtw (line 19) Not enough input arguments.

댓글을 달려면 로그인하십시오.

답변 (1개)

Vijayan G
Vijayan G 2016년 5월 11일
Error using cdtw (line 19) Not enough input arguments.

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by