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: Eduardo J. Adam
Subject: Re: How to create a GUI for a program using Octave? Is it possible?
Date: Fri, 25 Oct 2013 11:21:38 -0200

I do not have much time but, maybe what you are looking for is something like that

https://www.youtube.com/watch?v=E7HGc5Z-HGc

I have simple examples that maybe are useful for you.

Eduardo.



2013/10/25 Helios de Rosario <address@hidden>
>>> 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.

_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave



--

Dr. Eduardo J. Adam
Prof. Adjunto Instrumentación y Control de Procesos
Facultad de Ingeniería Química
Edificio Damianovich, Oficina: 81
Santiago del Estero 2654, (S3000AOJ), Santa Fe, SF, Argentina
Tel. +54 (0342) 457-1167 Int. 2742
http://www.fiq.unl.edu.ar/control/index.php?page=adam

reply via email to

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