help-octave
[Top][All Lists]
Advanced

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

Re: matlab like GUI creating in octave


From: Laurent Hoeltgen
Subject: Re: matlab like GUI creating in octave
Date: Fri, 19 Oct 2012 08:00:47 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1

On 19/10/12 06:04, normad wrote:
Hi guys i have a mathematical model thats implemented in MAXIMA. But to
clearly demonstrate it i needs a simple GUI with 3D plotting capabilities,
buttons text boxes, etc.. MATLAB would have been ideal but i dont have a
licensed version for linux.
So far i was using octave to do the 3D plotting by calling maxima from
octave. But i couldnt find a way to create a GUI in octave. So can someone
please guide me in the direction where i can easily create a simple GUI for
Octave and Maxima. Octave for 3D plotting and Maxima for analytical function
evaluation.




--
View this message in context: 
http://octave.1599824.n4.nabble.com/matlab-like-GUI-creating-in-octave-tp4645476.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


Hi,

are you sure you call maxima from within octave to do the plotting (or the other qay around, since your model is implemented in Maxima)? Either way, it is certainly not the optimal way to go. Both Maxima and octave have excellent plotting capabilities so that you shouldn't need to call the other for the plotting.

As for the GUI stuff, Maxima has a nice frontend called wxmaxima, but afaik no options to build GUIs. Concerning octave, I don't know if there's functionality to build GUIs, but if there is, I wouldn't expect something like GUIDE in Matlab but rather something much simpler.

Regards,
Laurent


reply via email to

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