[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Creating a graphical user interface with OCTAVE?
From: |
Mike Miller |
Subject: |
Re: Creating a graphical user interface with OCTAVE? |
Date: |
Fri, 27 May 2016 08:34:28 -0700 |
User-agent: |
Mutt/1.6.0 (2016-04-01) |
On Fri, May 27, 2016 at 03:40:28 -0700, shank1207 wrote:
> I would like to create graphical user interface similar to matlab using
> Octave such as Slider, or Pushbutton. For example I would like to have a
> window with three sliders controlling the amplitude, frequency and phase of
> a cosine that is plotted below the sliders. Is it possible to do using GNU
> Octave, if so can you please tell me how?
Yes it is, using the same functions that Matlab provides.
See https://www.gnu.org/software/octave/doc/interpreter/UI-Elements.html
for all the functions Octave has for creating panels, buttons, menus,
sliders, text boxes, etc.
--
mike