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

12 次查看(过去 30 天)
What does the error message "undefined function for input arguments of type 'logical' " indicate?

采纳的回答

Matt Fig
Matt Fig 2012-10-4
编辑:Matt Fig 2012-10-4
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.

更多回答(1 个)

Syeera Riza
Syeera Riza 2021-5-2
how to solve when the error message : Undefined function 'boxcount' for input arguments of type 'logical'. and how to recognize 'boxcount'?
  1 个评论
Stephen23
Stephen23 2021-5-2
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).

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Downloads 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by