i have matlab 7.10 and it did not implement the multithresh() this function and said undefine function.what should i do??anyother thresholding technique?kindly help me...
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
sana saleeme
el 7 de En. de 2016
Comentada: sana saleeme
el 8 de En. de 2016
i have matlab 7.10 and it did not implement the multithresh() this function and said undefine function.what should i do??anyother thresholding technique?kindly help me...
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/153095/image.png)
Respuesta aceptada
Steven Lord
el 7 de En. de 2016
The documentation page for MULTITHRESH indicates it was introduced in release R2012b. You're using release R2010a. As Image Analyst suggested, in order to use this function you will need to upgrade or implement a version of it yourself.
Más respuestas (1)
Image Analyst
el 7 de En. de 2016
Upgrade to the current version. Or else find some algorithm and code it up yourself.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!