r2011a vs r2010a findpeaks
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(3 个)
Andreas Goser
2011-9-26
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
2011-11-21
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 个评论
Titus Edelhofer
2011-11-21
The function findPeaks is in the Signal Processing Toolbox. Maybe you have not installed it when installing R2011a?
Bhavna Rajasekaran
2011-12-1
Thank you, I found the problem. There was some problem with the installation. It works now!
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!