Function findpeaks freezes Matlab
이전 댓글 표시
I have an issue with the function findpeaks from the signal processing toolbox. Suddenly, it stopped working and each time it is run, it freezes Matlab (2017b, 2018a). The codes work fine on another machine. Reinstallation of the toolbox/Matlab software doesn't help. Would be grateful for any ideas what happened!
댓글 수: 6
Honglei Chen
2018년 6월 4일
Is it possible some other custom function with the same name is masking it? Could you check
which findpeaks
and see if it still points to the toolbox version?
HTH
Joanna Dzoadkowiec
2018년 6월 4일
Greg Dionne
2018년 6월 4일
Does it happen when you assign a result, or only when you call it without arguments (making a plot)? Also, how big is the input vector?
Joanna Dzoadkowiec
2018년 6월 4일
Chris Turnes
2018년 6월 4일
Can you post the data set that you are using? This may help us to reproduce the issue.
Joanna Dzoadkowiec
2018년 6월 4일
답변 (1개)
Pengfei Chen
2018년 10월 31일
1 개 추천
change your default printer under control panel will fix this problem.
댓글 수: 1
Michele Facchinelli
2019년 2월 14일
편집: Michele Facchinelli
2019년 2월 14일
Another customer has reported that this step does indeed work.
The issue seems to be related to the printer settings. These other steps may be useful:
Please re-install your printer drivers to the newest version. If this still does not work please try these other workarounds:
- Remove the printer from your list of devices in your control panel. The printer would be located in the Devices and Printers control panel for most Windows OS's.
- End the print spooler/driver process inside of your Task manager and start MATLAB.
- Change your default printer to another printer, or to the generic printer that Windows automatically creates.
카테고리
도움말 센터 및 File Exchange에서 Spectral Estimation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!