Why do I keep getting this error?

조회 수: 1 (최근 30일)
Lala0099
Lala0099 2019년 3월 12일
편집: Adam Danz 2019년 3월 25일
The error message is :
Error using line
Vectors must be the same length.
Error in filter_and_star_and_final (line 37)
line([t(t_startx), t(t_startx)], ylim, 'Color', 'r', 'LineWidth', 2); % Put a red line there.
I have attache my code and the file that I am trying to use.
I would appreciate any help

답변 (1개)

Adam Danz
Adam Danz 2019년 3월 12일
My guess is that ylim produces a [1 by 2] vector but [t(t_startx), t(t_startx)] does not produce a [1 by 2] vector.
If that's the case,
timePoint2 = FindTimePoint2(x); % I bet timePoint2 has more than 1 value!
t_startx= timePoint2;
  댓글 수: 13
Adam Danz
Adam Danz 2019년 3월 14일
편집: Adam Danz 2019년 3월 25일
Be careful. Just because the error message no longer shows doesn't meet the change you meet corrected the real problem.
Lala0099
Lala0099 2019년 3월 14일
okay, thank you .
I dont know how to fix the real problem.

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

카테고리

Help CenterFile Exchange에서 Matched Filter and Ambiguity Function에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by