필터 지우기
필터 지우기

Code Showing "Undefined function or variable 'q'. Error in test (line 66) if(c~=q) " error Please help

조회 수: 1 (최근 30일)
Line 65 to 70 is shown below
for r=1:1:c
if(r~=q)
w=refweight*p(r)*1/p(q);
disp(w)
end
end
Why is it showing "Undefined function or variable 'q'. Error in test (line 66) if(c~=q) " ??

답변 (1개)

Chance
Chance 2013년 11월 15일
From all that you've shown you never defined q as anything. Either variables being used must be defined and of same length (or one of them be a constant) before the logical test (~=,<=,ect) can be performed.

카테고리

Help CenterFile Exchange에서 Hypothesis Tests에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by