Unrecognized method, property, or field 'AudioFileName' for class 'Denoising​_Audio_Sig​nals'.

7 views (last 30 days)
I was following this guide but get this error (Unrecognized method, property, or field 'AudioFileName' for class
'Denoising_Audio_Signals'.) at line 41.
https://au.mathworks.com/help/audio/ug/create-an-app-to-play-and-visualize-audio-files.html

Accepted Answer

Steven Lord
Steven Lord on 14 May 2025
If you open the app from that example in MATLAB, it defines a private property named AudioFileName (line 29.)
Where in your app do you define a function, method, or property by that name?
Opening the Code View for your app and searching, I see only six places where the identifier AudioFileName occurs and all of those look like attempts to reference that property. Nowhere in your code did you define that property.

More Answers (0)

Categories

Find more on Simulation, Tuning, and Visualization in Help Center and File Exchange

Tags

Products


Release

R2024b

Community Treasure Hunt

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

Start Hunting!