App Designer advanced or comprehensive tutorial for audio input, processing, display and control
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all, I'm looking for resources on more advanced features or programming within Matlab's app designer tool. I want to implement some code involving the pitchnn (CREPE neural network pitch detection) function and a pid controller into a GUI but must admit I'm not too handy with the code design and workflow for an app. Most tutorials are seemingly quite basic, whilst examples a bit more complicated - I'm somewhere in between it seems, and am wondering how to bridge the gap to turn what I have as a .m file script into a functioning application. Any tips??
0 comentarios
Respuestas (1)
Rik
el 13 de Mzo. de 2023
A GUI is not something special. It is only a tool to gather user inputs before calling your function and display the output of that function. That is why tutorials are basic: once you have learned how to use a button and an edit field, you can make your GUI as complex as you need it to be, but the fundamentals are actually the same as those basic ones. There is just a lot more code.
0 comentarios
Ver también
Categorías
Más información sobre Pretrained Models 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!