help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to create a GUI for a program using Octave? Is it possible?


From: Helios de Rosario
Subject: Re: How to create a GUI for a program using Octave? Is it possible?
Date: Fri, 25 Oct 2013 13:36:39 +0200

>>> El día 22/10/2013 a las 22:59, Orestes Mesquita Kunze Bastos
<address@hidden> escribió:
> Hi there! My name is Orestes, i am working on a project in UFAL
(Federal 
> University of Alagoas) Brazil, ouy objective is to create a Graphic
Interface 
> for a program another student will create... This GUI of ours should
be able 
> to have input capabilities, to accept data from us and generate
graphics via 
> plot functions, we want it to be as easy to use as possible... I know
i ask a 
> lot but first i want to know if it is possible...

Some distributions of Octave include (limited) functionality for adding
interactive controls in figures, via Qthandles.
You can try:

octave:1> graphics_toolkit qt
octave:2> figure
octave:3> uicontrol("style","pushbutton","string","button")

If you see a figure with a button on the lower left corner, then you
should be able to create simple guis that way. It chielfy depends on
what version and distribution of Octave you have installed, and if it
includes qt as availabel graphics toolkit.

There is not that much documentation for using uicontrols in Octave.
But Mathworks's documentation for matlab may help you too.
http://www.mathworks.es/es/help/matlab/ref/uicontrol.html 

Helios



INSTITUTO DE BIOMECÁNICA DE VALENCIA
Universidad Politécnica de Valencia • Edificio 9C
Camino de Vera s/n • 46022 VALENCIA (ESPAÑA)
Tel. +34 96 387 91 60 • Fax +34 96 387 91 69
www.ibv.org

  Antes de imprimir este e-mail piense bien si es necesario hacerlo.
En cumplimiento de la Ley Orgánica 15/1999 reguladora de la Protección
de Datos de Carácter Personal, le informamos de que el presente mensaje
contiene información confidencial, siendo para uso exclusivo del
destinatario arriba indicado. En caso de no ser usted el destinatario
del mismo le informamos que su recepción no le autoriza a su divulgación
o reproducción por cualquier medio, debiendo destruirlo de inmediato,
rogándole lo notifique al remitente.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]