Display the result of m file in app designer
4 views (last 30 days)
Show older comments
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 Comments
Rik
on 25 Mar 2022
No. Remove the lines with disp and add something like this after this code:
set(app.edit1,'String',result)
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!