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

What does the error message "undefined function for input arguments of type 'logical' " indicate?

 Akzeptierte Antwort

Matt Fig
Matt Fig am 4 Okt. 2012
Bearbeitet: Matt Fig am 4 Okt. 2012

0 Stimmen

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.

Weitere Antworten (1)

Syeera Riza
Syeera Riza am 2 Mai 2021

0 Stimmen

how to solve when the error message : Undefined function 'boxcount' for input arguments of type 'logical'. and how to recognize 'boxcount'?

1 Kommentar

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).

Melden Sie sich an, um zu kommentieren.

Kategorien

Gefragt:

am 4 Okt. 2012

Kommentiert:

am 2 Mai 2021

Community Treasure Hunt

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

Start Hunting!

Translated by