r2011a vs r2010a findpeaks
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi All, I wrote an m-file using FINDPEAKS in r2010a but the file doesn't run in r2011a. After a little trial and error, it seems that the output format (rows and columns) has been reversed half of the time. There are two ways the input data can be formatted: one row and many columns (row vector) or many rows and one column (column vector). In r2010a, either way provides a row vector output. In r2011a, the output data format is the same as the input.
In other words:
r2010a - Row in, row out. Column in, row out.
r2011a - Row in, row out. Column in, column out.
For me, it's a simple fix with careful use of the TRANSPOSE function, but it is a bit annoying. The example in the help documentation only covers row vectors and the subtle change isn't mentioned there. Has anyone else experienced similar problems with FINDPEAKS or other functions? Is this common between releases? Thanks.
Regards, Henry
0 comentarios
Respuestas (3)
Andreas Goser
el 26 de Sept. de 2011
I investigated the release notes and was unable to find a documentation of an intended change. It is important letting MathWorks know about this potential bug. Can you contact Technical Support with your observation? Ideally with example data and code (even if it is a one liner).
Bhavna Rajasekaran
el 21 de Nov. de 2011
The findpeaks doesnt even exist in the R2011a release at the moment. Is that right? There is no explanation, even some of the functions that the findpeaks was using have been removed.I am using this function already & now cant because its does not exist in the new release!
2 comentarios
Titus Edelhofer
el 21 de Nov. de 2011
The function findPeaks is in the Signal Processing Toolbox. Maybe you have not installed it when installing R2011a?
Bhavna Rajasekaran
el 1 de Dic. de 2011
Thank you, I found the problem. There was some problem with the installation. It works now!
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!