필터 지우기
필터 지우기

Undefined function 'bufferm' for input arguments of type 'double'.?

조회 수: 1 (최근 30일)
Faez Alkadi
Faez Alkadi 2018년 1월 3일
댓글: Star Strider 2018년 1월 3일
I used to run the function bufferm fine before I Re-install matlab 2017b. And now when I run it for the same type of data I get this Error message:
Undefined function 'bufferm' for input arguments of type 'double'.
Does anyone has an idea what should I do to be able to run it?
Thank you so much.

채택된 답변

Star Strider
Star Strider 2018년 1월 3일
Since you were able to run it before, you must have the Mapping Toolbox installed. Run the ver command from your Command Window to be certain.
If the Mapping Toolbox is listed, you could have a path problem. The first approach to fix that is to run these lines from the Command Window or a script:
restoredefaultpath
rehash toolboxcache
then see if your bufferm call works.
If it does not, then Contact Support.
  댓글 수: 6
Faez Alkadi
Faez Alkadi 2018년 1월 3일
Thank you Star its working now
Star Strider
Star Strider 2018년 1월 3일
Great!
As always, my pleasure.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Sean de Wolski
Sean de Wolski 2018년 1월 3일
Note that in 17b or newer, you can use polyshape and polybuffer in base MATLAB:

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by