Display the result of m file in app designer
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I'm working on code for speech recognition, I finished it and I start making GUI using app designer, I succeeded in take the audio from user and run the code by push button, but i don't know how i get the result in an edit field in my app.
thank you.
8 Kommentare
Rik
am 25 Mär. 2022
No. Remove the lines with disp and add something like this after this code:
set(app.edit1,'String',result)
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!