Error using findpeaks => Too many input arguments.
Mostrar comentarios más antiguos
hi, I am using findpeaks function as following: [pks_temp,locs_temp]=findpeaks(data);
This program used to run without any problem but now I get following error while I didn't perform any change in the program:
Error using findpeaks Too many input arguments.
I updated the license recently (got it from you)... looks like this problem related to it...
Please help. Best regards, Alex
1 comentario
Alex Tendler
el 6 de Feb. de 2012
Respuestas (1)
Wayne King
el 6 de Feb. de 2012
8 votos
Hi Alex, please use the command
>>which findpeaks
to ensure that you are using the MATHWORKS' version of findpeaks.m and not some other version on your MATLAB path.
I suspect maybe you have another version ahead of the MATLAB version on your path.
You should get back something like:
matlab\toolbox\signal\signal\findpeaks.m
3 comentarios
AIJAZ BHAT
el 3 de Ag. de 2020
your help worked quite smoothly.
It is great help form you sir.
Thank you, Wayne King.
GOKUL KRISHNAN M U
el 25 de Oct. de 2021
how can we resolve?
DAVID KUSTER
el 17 de Feb. de 2022
You've just saved my life xD
Code broke cause I added a plugin folder to addpath.
Just ran a rmpath 'D:\folder-to-plugin\' and everything back to working!
Tnx very much!
Categorías
Más información sobre Descriptive Statistics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!