why i getting this error Error using <= Not enough input arguments.
Afficher commentaires plus anciens
k=le(max(([grd1,grd2,grd3,grd4]),ith)) ;
Réponses (1)
Stephen23
le 14 Mai 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.
Catégories
En savoir plus sur Pole and Zero Locations 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!