Unrecognized method, property, or field 'AudioFileName' for class 'Denoising_Audio_Signals'.
7 views (last 30 days)
Show older comments
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
0 Comments
Accepted Answer
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.
0 Comments
More Answers (0)
See Also
Categories
Find more on Simulation, Tuning, and Visualization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!