Undefined function 'bufferm' for input arguments of type 'double'.?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Faez Alkadi
el 3 de En. de 2018
Comentada: Star Strider
el 3 de En. de 2018
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.
0 comentarios
Respuesta aceptada
Star Strider
el 3 de En. de 2018
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.
6 comentarios
Más respuestas (1)
Sean de Wolski
el 3 de En. de 2018
Note that in 17b or newer, you can use polyshape and polybuffer in base MATLAB:
Ver también
Categorías
Más información sobre Downloads en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!