필터 지우기
필터 지우기

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

조회 수: 12 (최근 30일)
Emma
Emma 2012년 10월 4일
댓글: Stephen23 2021년 5월 2일
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