App Designer advanced or comprehensive tutorial for audio input, processing, display and control
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Rik
am 13 Mär. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!