how to solve the error in cognitive radio matlab code ? the error is ??? Operands to the || and && operators must be convertible to logical scalar values.

5 vues (au cours des 30 derniers jours)
in_p = input('\nDo you want to enter a secondary user Y/N: ','s');
if(in_p == 'Y' in_p == 'y')
tp=0;
chek1 = Pxx(25)*10000;
chek2 = Pxx(46)*10000;
chek3 = Pxx(62)*10000;
chek4 = Pxx(89)*10000;
chek5 = Pxx(105)*10000;
if(chek1 && t==8000)
where t = 0:0.00001:0.01
error is
??? Operands to the and && operators must be convertible to logical scalar values.
Error in ==> cognradio at 89 if(chek1 && t==8000)

Réponses (0)

Catégories

En savoir plus sur Transaction Cost Analysis dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by