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

3 vues (au cours des 30 derniers jours)
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) " ??

Réponses (1)

Chance
Chance le 15 Nov 2013
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.

Catégories

En savoir plus sur Results, Reporting, and Test File Management dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by