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

7 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Steven Lord
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.

Más respuestas (0)

Categorías

Más información sobre Simulation, Tuning, and Visualization en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by