On Sun, Sep 26, 2010 at 8:14 PM, Kurt <[email protected]> wrote: > SourceForge username: lighthunter > I developed a function that distinguishes MATLAB from Octave, a textscan > function > (http://www.mathworks.com/help/techdoc/ref/textscan.html), vectorized binary > search, a library for producing animations, and a library for producing > nearly even grids of arbitrary density on the surface of a sphere (and > finding nearest neighbors to query points). > I noticed some bugs that I would like to patch, but I'm having trouble > finding the source code that corresponds to the files I saw errors in. For > instance, where is the source for gnuplot_drawnow.m? > Thanks >
Hi, OctaveForge and Octave are distinct (albeit related) projects. Octave is the interpreter plus core libraries, OctaveForge comprises extension packages. If you want to contribute something to core Octave, please write to [email protected] or open an item in the bug tracker. A compatible (even incomplete) textscan implementation would be surely welcome. Bug fixes are likewise always wanted (but unless you work with the development sources, chances are good that it has been fixed already). Please note that Octave is conservative with new functions and features of non-general nature. OctaveForge may be a much better place for those. hth -- RNDr. Jaroslav Hajek, PhD computing expert & GNU Octave developer Aeronautical Research and Test Institute (VZLU) Prague, Czech Republic url: www.highegg.matfyz.cz ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
