Borrar filtros
Borrar filtros

Why does my matlab say "islocalmax not found" when I try to use it?

5 visualizaciones (últimos 30 días)
Benjamin Brenner
Benjamin Brenner el 22 de Dic. de 2019
Respondida: Image Analyst el 23 de Dic. de 2019
I am using MATLAB 2017a. If that function is not built in is there an alternative or a place where I can find the code for that function?

Respuestas (2)

Star Strider
Star Strider el 23 de Dic. de 2019
The islocalmax function first appeared in R2017b.
If you have the Signal Processing Toolbox, use the findpeaks function.

Image Analyst
Image Analyst el 23 de Dic. de 2019
If you have the Image Processing Toolbox, you can use imregionalmax(). It sounds like it should do the same thing. It's been there for many, many releases.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by