help-octave
[Top][All Lists]
Advanced

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

Re: Developing a simple UI in Octave


From: fork
Subject: Re: Developing a simple UI in Octave
Date: Thu, 12 Sep 2013 20:26:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

ijourneaux <ian.journeaux <at> newpagecorp.com> writes:

> 
> I would like to generate a relatively simple GUI to some .m files I have
> created that would allow the user to enter parameters, select procedures and
> graph/print the results.

I would consider going "old school" -- use Tcl/Tk to collect data via forms
and write munged output to a file, then "exec" Octave on that file
outputting to other files, and use your Tcl/Tk app to collect and display
the images and output from the file system.

This would be cross platform, easy, and Tcl/Tk is very well maintained
(thriving in its currently small ecosystem).

The main problem is that the cool kids will laugh at you because you aren't
using Ruby, but they always laughed at me anyway...

Just a thought, not sure if the best way depending on your need.



reply via email to

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