On Fri, Jul 15, 2011 at 7:20 PM, Shrinaresh Subramanian <[email protected]> wrote: > > Hi, > I am new to Octave and would like to take the opportunity to congratulate all > the developers and maintainers for continuing to create this awesome product. > I used to work in Matlab extensively and am trying to get my old Matlab code > working using Octave. I have used uigetfile() function of Matlab extensively, > whose equivalent isn't readily available in Octave 3.2.4 and Octave-Forge > packages. I am sure many people would have had similar requests for functions > that aren't yet implemented into the packages officially. Is there an > unofficial repository for user-submitted code for Octave that I could browse? > I understand that it is not reliable and will not be supported but it would > be great to see some of my old code working again :)
The uigetfile function is available in current octave version. It's implemented using the FLTK backend. Michael. ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
