why i getting this error Error using <= Not enough input arguments.
Show older comments
k=le(max(([grd1,grd2,grd3,grd4]),ith)) ;
Answers (1)
Stephen23
on 14 May 2018
0 votes
"why i getting this error Error using <= Not enough input arguments."
Because the function le "less than or equal to" requires exactly two inputs. You are only giving it one.
Categories
Find more on Pole and Zero Locations 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!