Creat a control panel (GUI)
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello
I am using MATLAB in order to receive data from the arduino (data from sensors)
So, i want to use these data in order to creat a GUI and to be more specific a control panel in order to see the status of my sensors. Unfortunately i am not familiar with creating GUI so can anyone guide me how to do it or send me some example code to start with?
Thanks in advance
1 commentaire
Jan
le 26 Déc 2015
The question is too general to be answered efficiently. Please read the corresponding chapters in the documentation, e.g. about GUIDE, and search in the FileExchange for useful examples.
Réponses (1)
Image Analyst
le 26 Déc 2015
You can use MAGIC, which will give you a good start. It's a nice framework to get started because it has all the controls on it. You just put in your code into the callbacks. You can add more or delete unneeded controls, but this will get you started.
MAGIC Description
This GUI will help the novice user get up to speed very quickly on using GUI-based applications. Everything is laid out in a very simple Step 1, Step 2, Step 3, etc. layout. It is a very good starting point for a typical image analysis application. This application uses GUIDE to do the user interface design, and has most of the basic controls such as buttons, listboxes, checkboxes, radio buttons, scrollbars, etc. It allows the user to select a folder of images, select one or more images and display them, to select a series of options, and to individually or batch process one or more images. The user can........
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!