On Sat, Jun 23, 2012 at 4:23 AM, Jordi Gutiérrez Hermoso <jord...@octave.org> wrote: > On 22 June 2012 21:08, Andrew Lampinen <andrew_lampi...@berkeley.edu> wrote: >> I have written a basic hist3 function that I thought it might be useful to >> add to octave. The octave maintainers suggested I send it to you, since the >> matlab version is in the matlab statistics package, so if this is added, it >> should be to the octave statistics package. The .m file is attached. > > Yeah, I saw. > > It's a long weekend for me, so I'm CC'ing this to the Octave-Forge > mailing list. If nobody else takes a look at this by Tuesday, I'll do > it. > > Thanks for your contribution to Octave. Please be a little patient > while we work it into our codebase. > > - Jordi G. H. > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Octave-dev mailing list > Octave-dev@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/octave-dev >
Hi Andrew, Thank you for sharing your function and sorry to have skipped your mail before. We are trying to redirect all function submissions to this site (feature request forum) http://sourceforge.net/tracker/?group_id=2888&atid=352888 The forum is a great place to learn, painlessly, how to prepare functions for OctaveForge. 1. Your file doesn't have a copyright notice yet. Could you add one and upload it to the forum? You can use the following header %% Copyright (c) 2012 Andrew Lampinen <andrew_lampi...@berkeley.edu> %% %% This program is free software: you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by %% the Free Software Foundation, either version 3 of the License, or %% any later version. %% %% This program is distributed in the hope that it will be useful, %% but WITHOUT ANY WARRANTY; without even the implied warranty of %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the %% GNU General Public License for more details. %% %% You should have received a copy of the GNU General Public License %% along with this program. If not, see <http://www.gnu.org/licenses/>. 2. We need to improve the help of your file. You can look how it is done in some other functions (e.g. http://octave.svn.sf.net/viewvc/octave/trunk/octave-forge/main/control/inst/bode.m?revision=10674&view=markup) and add the help yourself (this will speed up its addition to OF) or you can leave it for us to do it. If you can suggest a package were the function should be added, good, if you can't, no worries. As I see it we could add your function to the plot package, since it already has hist2d. BTW, if you know how hist2d (or is it hist2 in matlab?) works your improvements or suggestions for improvements are welcome. Cheers, -- M. Sc. Juan Pablo Carbajal ----- PhD Student University of Zürich http://ailab.ifi.uzh.ch/carbajal/ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev