why i getting this error Error using <= Not enough input arguments.
Mostrar comentarios más antiguos
k=le(max(([grd1,grd2,grd3,grd4]),ith)) ;
Respuestas (1)
Stephen23
el 14 de Mayo de 2018
0 votos
"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.
Categorías
Más información sobre Pole and Zero Locations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!