Making a GUI for a trivia game
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Patrick Carroll
el 13 de Abr. de 2020
Respondida: Rajani Mishra
el 16 de Abr. de 2020
Hi, I am trying to make a GUI for a trivia game I am designing, but I have no idea where to start. All I need to do is have the GUI run alongside my code, and display the questions and answers. I already have the strings for the questions and answers, just need to have a GUI update with those strings in my matlab file.
3 comentarios
Geoff Hayes
el 14 de Abr. de 2020
Are you writing your GUI using GUIDE, App Designer, or programmatically?
Respuesta aceptada
Rajani Mishra
el 16 de Abr. de 2020
You can create apps interactively using the App Designer. This provides Design view and Code view for easy development of app. Design view can be used to design the UI componets of the app, you can add Text Area for displaying questions and answers and a Next Button to go to next question. You can have callbacks associated with the next button to call MATLAB code for displaying the next question. Code view helps in managing the code of these callbacks.
Refer to this for learning how to create apps using App Designer: https://www.mathworks.com/help/matlab/app-designer.html
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer 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!