Anyonr who can solve my problem : Undefined function 'ge' for input arguments of type 'struct'.
Afficher commentaires plus anciens
I am using function ;
[no,bu,p_d]=fifoBuff(buffer,nd,t,a,pac_dropped);
no is is any number greater than zero.
bu is a vector.
p_d is also a number.
I am not using any variable name 'ge' error acur at
Undefined function 'ge' for input arguments of type 'struct'.
Error in dissEnergyNonCH (line 53)
if no >= 1
1 commentaire
B.k Sumedha
le 19 Juin 2015
Where is the function ge in your given code.
Réponses (1)
Walter Roberson
le 19 Juin 2015
0 votes
The operation >= is formally named ge. You are trying to compare a structure to a number.
Catégories
En savoir plus sur Structures dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!