why i getting this error Error using <= Not enough input arguments.
Ältere Kommentare anzeigen
k=le(max(([grd1,grd2,grd3,grd4]),ith)) ;
Antworten (1)
Stephen23
am 14 Mai 2018
0 Stimmen
"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.
Kategorien
Mehr zu Pole and Zero Locations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!