I've been looking around for the last few days and can't seem to find a GUI in Octave (under Linux) that's similar to Matlab's Workspace Browser and Variable Editor GUIs (See matlab docs for examples: http://www.mathworks.com/help/techdoc/learn_matlab/f1-22735.html).

I understand that I can navigate the structures using who/whos commands and then dive into them layer by layer but what I really want is a way to accomplish this from a GUI on my Linux box. I've tried using qtoctave and that's nice, but there doesn't appear to be a way to navigate variables within that app either.

Thus far I've tried the following without success:

link|improve this question

78% accept rate
Did you mean variables like structs with several fields, that are "complicated"? Because complex variables in the title is misleading, and I came in here to answer something about z=x+iy. – yoda May 9 '11 at 20:25
Yes I meant complex structs. Thanks for clarifying this in my title! – slm May 11 '11 at 16:17
feedback

1 Answer

Did you look at X octave?

http://xoctave.webs.com/

It looks promising. See this screenshot, for example.

link|improve this answer
I couldn't find a package available for my distro (Fedora 14) on my hardware, x86_64. It looks to be only available on 32bit hardware, though this link showed how to potentially re-compile it for 64bit: xoctave.webs.com/apps/forums/topics/show/…. Even the source code was a bit tricky to find, the link on the main site is busted. Tracked it down here: sourceforge.net/projects/xoctave/files/Source. Hasn't been updated since 2009 from what I can see. – slm May 11 '11 at 16:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.