App Designer advanced or comprehensive tutorial for audio input, processing, display and control
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Rik
il 13 Mar 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 Commenti
Vedere anche
Categorie
Scopri di più su Pretrained Models in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!