help-octave
[Top][All Lists]
Advanced

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

Re: windows with octave


From: Martin Helm
Subject: Re: windows with octave
Date: Sun, 26 Jun 2011 20:03:25 +0200
User-agent: KMail/1.13.7 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.4; x86_64; ; )

Am Sonntag, 26. Juni 2011, 15:50:06 schrieb Eduardo J. Adam:

> Someone know which is the best alternative to build windows with octave?

> I'm working with the following function:

>

> [in, out, pid] = popen2("xmlwidget", "rw")

>

> Are there another options?

>

> Thanks.

>

> Eduardo


I guess you ask for making a gui for your octave scripts?

There are several options which come to my mind:

Use the java package from octave forge and code the gui in java which can be called via the package from octave.

http://octave.sourceforge.net/java/index.html

Use pytave (which are python bindings, which embedd octave into a python program.

https://launchpad.net/pytave

Or use zenity from octave forge

http://octave.sourceforge.net/zenity/index.html


reply via email to

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