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:
- http://www.mathworks.com/matlabcentral/fileexchange/3523-structbrowser (didn't work under octave)
- http://qtoctave.wordpress.com/ (doesn't appear to provide a gui for navigating variables)
z=x+iy. – yoda May 9 '11 at 20:25