Recent content by ekrum

  1. E

    MATLAB Working with push buttons in Matlab GUIs

    This is my code for the gui: function varargout = AlcoholicTool(varargin) % ALCOHOLICTOOL MATLAB code for AlcoholicTool.fig % ALCOHOLICTOOL, by itself, creates a new ALCOHOLICTOOL or raises the existing % singleton*. % % H = ALCOHOLICTOOL returns the handle to a new...
  2. E

    MATLAB Working with push buttons in Matlab GUIs

    I am trying to create a simple GUI in Matlab with two push buttons and two static text boxes. The basic premise is that a question will pop up and the user can press either the "yes" or "no" push button, resulting in either another question or an answer (in the second text box). My current...
Back
Top