Effacer les filtres
Effacer les filtres

Error message: "undefined function for input arguments of type 'logical' "

12 vues (au cours des 30 derniers jours)
Emma
Emma le 4 Oct 2012
Commenté : Stephen23 le 2 Mai 2021
What does the error message "undefined function for input arguments of type 'logical' " indicate?

Réponse acceptée

Matt Fig
Matt Fig le 4 Oct 2012
Modifié(e) : Matt Fig le 4 Oct 2012
It indicates that there is no function by the name that you called for inputs of the logical type. So either you called a function that does exist, but you called it with an input that it didn't expect, or there just is no such function.

Plus de réponses (1)

Syeera Riza
Syeera Riza le 2 Mai 2021
how to solve when the error message : Undefined function 'boxcount' for input arguments of type 'logical'. and how to recognize 'boxcount'?
  1 commentaire
Stephen23
Stephen23 le 2 Mai 2021
boxcount is not an inbuilt MATLAB function. You need to download this FEX submission
and then unzip into onto the MATLAB search path (or into the current directory).

Connectez-vous pour commenter.

Catégories

En savoir plus sur Downloads dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by