Anyonr who can solve my problem : Undefined function 'ge' for input arguments of type 'struct'.

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

Answers (1)

The operation >= is formally named ge. You are trying to compare a structure to a number.

Categories

Tags

Asked:

on 19 Jun 2015

Answered:

on 19 Jun 2015

Community Treasure Hunt

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

Start Hunting!