Anyonr who can solve my problem : Undefined function 'ge' for input arguments of type 'struct'.
Show older comments
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 Comment
B.k Sumedha
on 19 Jun 2015
Where is the function ge in your given code.
Answers (1)
Walter Roberson
on 19 Jun 2015
0 votes
The operation >= is formally named ge. You are trying to compare a structure to a number.
Categories
Find more on Structures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!