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:
  1 件のコメント
Faez Alkadi
Faez Alkadi 2018 年 1 月 3 日
Thank you Sean. This is great to know

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction 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