'Envelope' function doesn't work anymore
古いコメントを表示
Hi all,
I am experiencing a strange problem with a code that I wrote about a year ago. It seems that the key of my problem is that the 'envelope' function doesn't work anymore.
Essentially, I can't even reproduce the first example from the mathworks website https://uk.mathworks.com/help/signal/ref/envelope.html anymore. Matlab is just 'Busy' for an insanely long time and 'Ctrl + c' doesn't stop the process either.
I have just updated from 2017b to 2018b to see if this solves the problem, but it doesn't. I use Windows 7.
Grateful for any help! Thanks!
3 件のコメント
Ple post a minimal example, which reproduces the problem.
I guess, that you have a shadowed built-in function in your path. See FileExchnage: UniqueFuncNames
If you press Ctrl-C, where does it stop?
Conny Boldt
2019 年 1 月 31 日
編集済み: Conny Boldt
2019 年 1 月 31 日
Conny Boldt
2019 年 1 月 31 日
回答 (1 件)
Luna
2019 年 1 月 31 日
Maybe this would help you:
restoredefaultpath
rehash toolboxcache
savepath
Please restart Matlab after this execution.
カテゴリ
ヘルプ センター および File Exchange で Audio Processing Algorithm Design についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!