Error using octaveFilt​er/parenRe​ference in App Designer application

2 ビュー (過去 30 日間)
Simone Priori
Simone Priori 2021 年 6 月 5 日
コメント済み: Simone Priori 2021 年 6 月 8 日
Hi everybody,
I have a strange issue with MATLAB R2021a: I implemented an application using App Designer, which I then share as a standalone desktop app. Once I install and run the application, I receive the following error regarding octaveFilter (Audio Toolbox) system object:
"Error using octaveFilter/parenReference
System object will not call 'isInputSizeMutableImpl' if 'isInputComplexityLockedImpl' is implemented. Please implement 'isInputComplexityMutableImpl' instead of 'isInputComplexityLockedImpl'."
The fact is that this error does not show up when running the application within App Designer software, but only when I use it as a standalone desktop app.
Thank you in advance for any tip or solution!
P.S.: this issue did not happen with previous versions of MATLAB.

採用された回答

Chidvi Modala
Chidvi Modala 2021 年 6 月 8 日
isInputComplexityLockedImpl is converted to isInputComplexityMutableImpl from MATLAB R2021a. So, while defining octaveFilter system object, you might need to implement isInputComplexityMutableImpl instead of isInputComplexityLockedImpl.
You may refer to "Functionality being removed or changed" section in the below documentation

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulation, Tuning, and Visualization についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by