Unrecognized method, property, or field 'AudioFileName' for class 'Denoising_Audio_Signals'.
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Daniel
el 14 de Mayo de 2025
Respondida: Steven Lord
el 14 de Mayo de 2025
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 comentarios
Respuesta aceptada
Steven Lord
el 14 de Mayo de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulation, Tuning, and Visualization en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!