Week 16 Interface and application programming

This week we are going to make an interface to visualize the variable that is measuring our input device

Software

  • MatLab

  • Designing a Graphic User Interface


    To make a GUI - Graphic User Interface I used MatLab R2015b. MatLab is a software and a language, and makes available matrix management tools, that makes it optmal for applications on signal procesing, artificial inteligence, computer vision, etc...

    Follow the next steps:

  • Type guide on it Command Window this will deploy a new window


  • Select Blank GUI (Default) this will open a window where you could edit your interface



  • Position the components that you want in your interface (Text box, buttons, sliders, etc...)


  • Edit the properties of each components according to your convinience.
  • Tip - Change the property Tag because it's the name that will identify it on the code editor


  • Program the interface on the Editor


  • Play your script